#A68508

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

Shades of Dark Goldenrod #A68508

Tints of Dark Goldenrod #A68508

Color information

#A68508 (or 0xA68508) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 85 and 08. RGB value is (166,133,8). Sum of RGB (Red+Green+Blue) = 166+133+8=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A68508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68508 is #597AF7. Grayscale: #818181. Windows color (decimal): -5864184 or 558502. OLE color: 558502.

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

Color convert

RGB1661338-
CMYK00.200.950.35
HSL47.47º90.8%34.12%-
HSV(B)47.47º95.18%65.1%-
XYZ24.1624.93.76-
YUV128.6259.93154.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=54.07%
G=43.32%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166133800.200.950.3547.4790.834.12
HexA68580145F232f5b22
Octal24620510024137435713342
Binary1010011010000101100001010010111111000111011111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68508; }

 p { color: rgb(166,133,8); }

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

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

 a { background-color: rgb(166,133,8); }

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

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

 span { border-color: rgb(166,133,8); }

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