#AF5D0B

Color #AF5D0B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AF5D0B

Tints of Golden Brown #AF5D0B

Color information

#AF5D0B (or 0xAF5D0B) is unknown color: approx Golden Brown. HEX triplet: AF, 5D and 0B. RGB value is (175,93,11). Sum of RGB (Red+Green+Blue) = 175+93+11=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D0B is #50A2F4. Grayscale: #6C6C6C. Windows color (decimal): -5284597 or 744879. OLE color: 744879.

HSL color Cylindrical-coordinate representation of color #AF5D0B: hue angle of 30º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF5D0B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1759311-
CMYK00.470.940.31
HSL30º88.17%36.47%-
HSV(B)30º93.71%68.63%-
XYZ21.6516.972.45-
YUV108.1773.17175.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=62.72%
G=33.33%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175931100.470.940.313088.1736.47
HexAF5DB02F5E1F1e5824
Octal25713513057136373613044
Binary10101111101110110110101111101111011111111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D0B; }

 p { color: rgb(175,93,11); }

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

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

 a { background-color: rgb(175,93,11); }

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

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

 span { border-color: rgb(175,93,11); }

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