#A67F0D

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

Shades of Dark Goldenrod #A67F0D

Tints of Dark Goldenrod #A67F0D

Color information

#A67F0D (or 0xA67F0D) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7F and 0D. RGB value is (166,127,13). Sum of RGB (Red+Green+Blue) = 166+127+13=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67F0D is #5980F2. Grayscale: #7E7E7E. Windows color (decimal): -5865715 or 884646. OLE color: 884646.

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

Color convert

RGB16612713-
CMYK00.230.920.35
HSL44.71º85.47%35.1%-
HSV(B)44.71º92.17%65.1%-
XYZ23.3923.313.65-
YUV125.6664.42156.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.25%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 13 (5.47% from 255) = 4.25%
R=54.25%
G=41.50%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661271300.230.920.3544.7185.4735.1
HexA67FD0175C232d5523
Octal24617715027134435512543
Binary101001101111111110101011110111001000111011011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F0D; }

 p { color: rgb(166,127,13); }

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

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

 a { background-color: rgb(166,127,13); }

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

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

 span { border-color: rgb(166,127,13); }

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