#AF6905

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

Shades of Golden Brown #AF6905

Tints of Golden Brown #AF6905

Color information

#AF6905 (or 0xAF6905) is unknown color: approx Golden Brown. HEX triplet: AF, 69 and 05. RGB value is (175,105,5). Sum of RGB (Red+Green+Blue) = 175+105+5=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6905 is #5096FA. Grayscale: #727272. Windows color (decimal): -5281531 or 354735. OLE color: 354735.

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

Color convert

RGB1751055-
CMYK00.400.970.31
HSL35.29º94.44%35.29%-
HSV(B)35.29º97.14%68.63%-
XYZ22.7619.232.66-
YUV114.5366.19171.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=61.40%
G=36.84%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175105500.400.970.3135.2994.4435.29
HexAF695028611F235e23
Octal2571515050141374313643
Binary10101111110100110101010001100001111111000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6905; }

 p { color: rgb(175,105,5); }

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

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

 a { background-color: rgb(175,105,5); }

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

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

 span { border-color: rgb(175,105,5); }

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