#AE543C

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

Shades of Orange Roughy #AE543C

Tints of Orange Roughy #AE543C

Color information

#AE543C (or 0xAE543C) is unknown color: approx Orange Roughy. HEX triplet: AE, 54 and 3C. RGB value is (174,84,60). Sum of RGB (Red+Green+Blue) = 174+84+60=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE543C is #51ABC3. Grayscale: #6C6C6C. Windows color (decimal): -5352388 or 3953838. OLE color: 3953838.

HSL color Cylindrical-coordinate representation of color #AE543C: hue angle of 12.63º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE543C is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1748460-
CMYK00.520.660.32
HSL12.63º48.72%45.88%-
HSV(B)12.63º65.52%68.24%-
XYZ21.4415.676.17-
YUV108.17100.82174.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=54.72%
G=26.42%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174846000.520.660.3212.6348.7245.88
HexAE543C0344220d312e
Octal2561247406410240156156
Binary101011101010100111100011010010000101000001101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE543C; }

 p { color: rgb(174,84,60); }

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

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

 a { background-color: rgb(174,84,60); }

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

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

 span { border-color: rgb(174,84,60); }

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