#A68A0F

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

Shades of Dark Goldenrod #A68A0F

Tints of Dark Goldenrod #A68A0F

Color information

#A68A0F (or 0xA68A0F) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 8A and 0F. RGB value is (166,138,15). Sum of RGB (Red+Green+Blue) = 166+138+15=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A0F is #5975F0. Grayscale: #848484. Windows color (decimal): -5862897 or 1018534. OLE color: 1018534.

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

Color convert

RGB16613815-
CMYK00.170.910.35
HSL48.87º83.43%35.49%-
HSV(B)48.87º90.96%65.1%-
XYZ24.926.324.22-
YUV132.3561.78152-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=52.04%
G=43.26%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661381500.170.910.3548.8783.4335.49
HexA68AF0115B23315323
Octal24621217021133436112343
Binary1010011010001010111101000110110111000111100011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A0F; }

 p { color: rgb(166,138,15); }

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

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

 a { background-color: rgb(166,138,15); }

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

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

 span { border-color: rgb(166,138,15); }

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