#AF4E3C

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

Shades of Orange Roughy #AF4E3C

Tints of Orange Roughy #AF4E3C

Color information

#AF4E3C (or 0xAF4E3C) is unknown color: approx Orange Roughy. HEX triplet: AF, 4E and 3C. RGB value is (175,78,60). Sum of RGB (Red+Green+Blue) = 175+78+60=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E3C is #50B1C3. Grayscale: #696969. Windows color (decimal): -5288388 or 3952303. OLE color: 3952303.

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

Color convert

RGB1757860-
CMYK00.550.660.31
HSL9.39º48.94%46.08%-
HSV(B)9.39º65.71%68.63%-
XYZ21.2214.896.03-
YUV104.95102.64177.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=55.91%
G=24.92%
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.31
SystemRedGreenBlueCMYKHSL
Decimal175786000.550.660.319.3948.9446.08
HexAF4E3C037421F9312e
Octal2571167406710237116156
Binary10101111100111011110001101111000010111111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E3C; }

 p { color: rgb(175,78,60); }

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

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

 a { background-color: rgb(175,78,60); }

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

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

 span { border-color: rgb(175,78,60); }

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