#AE4F3C

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

Shades of Orange Roughy #AE4F3C

Tints of Orange Roughy #AE4F3C

Color information

#AE4F3C (or 0xAE4F3C) is unknown color: approx Orange Roughy. HEX triplet: AE, 4F and 3C. RGB value is (174,79,60). Sum of RGB (Red+Green+Blue) = 174+79+60=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4F3C is #51B0C3. Grayscale: #696969. Windows color (decimal): -5353668 or 3952558. OLE color: 3952558.

HSL color Cylindrical-coordinate representation of color #AE4F3C: hue angle of 10º 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 #AE4F3C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1747960-
CMYK00.550.660.32
HSL10º48.72%45.88%-
HSV(B)10º65.52%68.24%-
XYZ21.0714.926.04-
YUV105.24102.47177.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=55.59%
G=25.24%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174796000.550.660.321048.7245.88
HexAE4F3C0374220a312e
Octal2561177406710240126156
Binary101011101001111111100011011110000101000001010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4F3C; }

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

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

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

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

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

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

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

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