#AE4C3A

Color #AE4C3A Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AE4C3A

Tints of Orange Roughy #AE4C3A

Color information

#AE4C3A (or 0xAE4C3A) is unknown color: approx Orange Roughy. HEX triplet: AE, 4C and 3A. RGB value is (174,76,58). Sum of RGB (Red+Green+Blue) = 174+76+58=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C3A is #51B3C5. Grayscale: #676767. Windows color (decimal): -5354438 or 3820718. OLE color: 3820718.

HSL color Cylindrical-coordinate representation of color #AE4C3A: hue angle of 9.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4C3A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1747658-
CMYK00.560.670.32
HSL9.31º50%45.49%-
HSV(B)9.31º66.67%68.24%-
XYZ20.814.475.7-
YUV103.25102.47178.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=56.49%
G=24.68%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174765800.560.670.329.315045.49
HexAE4C3A03843209322d
Octal2561147207010340116255
Binary101011101001100111010011100010000111000001001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C3A; }

 p { color: rgb(174,76,58); }

 H1.HeaderClassName
 {
   color: #AE4C3A;
 }
 .AnyTagClassName
 {
   color: #AE4C3A;
 }
</style>
background-color css

<style>
 a { background-color: #AE4C3A; }

 a { background-color: rgb(174,76,58); }

 div.DivClassName
 {
   background-color: #AE4C3A;
 }
 .BgClassName
 {
   background-color: #AE4C3A;
 }
</style>
border-color css

<style>
 span { border-color: #AE4C3A; }

 span { border-color: rgb(174,76,58); }

 td.TdClassName
 {
   border-color: #AE4C3A;
 }
 .TagClassName
 {
   border-color: #AE4C3A;
 }
</style>