#AF6A04

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

Shades of Golden Brown #AF6A04

Tints of Golden Brown #AF6A04

Color information

#AF6A04 (or 0xAF6A04) is unknown color: approx Golden Brown. HEX triplet: AF, 6A and 04. RGB value is (175,106,4). Sum of RGB (Red+Green+Blue) = 175+106+4=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A04 is #5095FB. Grayscale: #737373. Windows color (decimal): -5281276 or 289455. OLE color: 289455.

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

Color convert

RGB1751064-
CMYK00.390.980.31
HSL35.79º95.53%35.1%-
HSV(B)35.79º97.71%68.63%-
XYZ22.8619.432.66-
YUV11565.36170.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=61.40%
G=37.19%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175106400.390.980.3135.7995.5335.1
HexAF6A4027621F246023
Octal2571524047142374414043
Binary10101111110101010001001111100010111111001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A04; }

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

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

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

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

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

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

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

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