#AF4F39

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

Shades of Orange Roughy #AF4F39

Tints of Orange Roughy #AF4F39

Color information

#AF4F39 (or 0xAF4F39) is unknown color: approx Orange Roughy. HEX triplet: AF, 4F and 39. RGB value is (175,79,57). Sum of RGB (Red+Green+Blue) = 175+79+57=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F39 is #50B0C6. Grayscale: #696969. Windows color (decimal): -5288135 or 3755951. OLE color: 3755951.

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

Color convert

RGB1757957-
CMYK00.550.670.31
HSL11.19º50.86%45.49%-
HSV(B)11.19º67.43%68.63%-
XYZ21.21155.65-
YUV105.2100.8177.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=56.27%
G=25.40%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175795700.550.670.3111.1950.8645.49
HexAF4F39037431Fb332d
Octal2571177106710337136355
Binary10101111100111111100101101111000011111111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F39; }

 p { color: rgb(175,79,57); }

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

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

 a { background-color: rgb(175,79,57); }

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

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

 span { border-color: rgb(175,79,57); }

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