#AF5139

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

Shades of Orange Roughy #AF5139

Tints of Orange Roughy #AF5139

Color information

#AF5139 (or 0xAF5139) is unknown color: approx Orange Roughy. HEX triplet: AF, 51 and 39. RGB value is (175,81,57). Sum of RGB (Red+Green+Blue) = 175+81+57=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5139 is #50AEC6. Grayscale: #6A6A6A. Windows color (decimal): -5287623 or 3756463. OLE color: 3756463.

HSL color Cylindrical-coordinate representation of color #AF5139: hue angle of 12.2º 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 #AF5139 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1758157-
CMYK00.540.670.31
HSL12.2º50.86%45.49%-
HSV(B)12.2º67.43%68.63%-
XYZ21.3615.295.7-
YUV106.37100.14176.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 57 (22.66% from 255) = 18.21%
R=55.91%
G=25.88%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175815700.540.670.3112.250.8645.49
HexAF5139036431Fc332d
Octal2571217106610337146355
Binary10101111101000111100101101101000011111111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5139; }

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

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

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

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

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

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

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

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