#A68F06

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

Shades of Dark Goldenrod #A68F06

Tints of Dark Goldenrod #A68F06

Color information

#A68F06 (or 0xA68F06) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 8F and 06. RGB value is (166,143,6). Sum of RGB (Red+Green+Blue) = 166+143+6=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F06 is #5970F9. Grayscale: #868686. Windows color (decimal): -5861626 or 429990. OLE color: 429990.

HSL color Cylindrical-coordinate representation of color #A68F06: hue angle of 51.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A68F06 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1661436-
CMYK00.140.960.35
HSL51.38º93.02%33.73%-
HSV(B)51.38º96.39%65.1%-
XYZ25.5827.774.18-
YUV134.2655.62150.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=52.70%
G=45.40%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166143600.140.960.3551.3893.0233.73
HexA68F60E6023335d22
Octal2462176016140436313542
Binary10100110100011111100111011000001000111100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F06; }

 p { color: rgb(166,143,6); }

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

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

 a { background-color: rgb(166,143,6); }

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

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

 span { border-color: rgb(166,143,6); }

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