#AF6904

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

Shades of Golden Brown #AF6904

Tints of Golden Brown #AF6904

Color information

#AF6904 (or 0xAF6904) is unknown color: approx Golden Brown. HEX triplet: AF, 69 and 04. RGB value is (175,105,4). Sum of RGB (Red+Green+Blue) = 175+105+4=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6904 is #5096FB. Grayscale: #727272. Windows color (decimal): -5281532 or 289199. OLE color: 289199.

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

Color convert

RGB1751054-
CMYK00.400.980.31
HSL35.44º95.53%35.1%-
HSV(B)35.44º97.71%68.63%-
XYZ22.7519.232.63-
YUV114.4265.69171.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=61.62%
G=36.97%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175105400.400.980.3135.4495.5335.1
HexAF694028621F236023
Octal2571514050142374314043
Binary10101111110100110001010001100010111111000111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6904; }

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

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

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

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

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

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

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

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