#AF6D03

Color #AF6D03 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AF6D03

Tints of Dark Goldenrod #AF6D03

Color information

#AF6D03 (or 0xAF6D03) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 6D and 03. RGB value is (175,109,3). Sum of RGB (Red+Green+Blue) = 175+109+3=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D03 is #5092FC. Grayscale: #757575. Windows color (decimal): -5280509 or 224687. OLE color: 224687.

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

Color convert

RGB1751093-
CMYK00.380.980.31
HSL36.98º96.63%34.9%-
HSV(B)36.98º98.29%68.63%-
XYZ23.1620.062.74-
YUV116.6563.87169.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=60.98%
G=37.98%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175109300.380.980.3136.9896.6334.9
HexAF6D3026621F256123
Octal2571553046142374514143
Binary1010111111011011101001101100010111111001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D03; }

 p { color: rgb(175,109,3); }

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

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

 a { background-color: rgb(175,109,3); }

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

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

 span { border-color: rgb(175,109,3); }

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