#A67B0E

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

Shades of Dark Goldenrod #A67B0E

Tints of Dark Goldenrod #A67B0E

Color information

#A67B0E (or 0xA67B0E) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7B and 0E. RGB value is (166,123,14). Sum of RGB (Red+Green+Blue) = 166+123+14=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67B0E is #5984F1. Grayscale: #7B7B7B. Windows color (decimal): -5866738 or 949158. OLE color: 949158.

HSL color Cylindrical-coordinate representation of color #A67B0E: hue angle of 43.03º degrees, saturation: 0.84, 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 #A67B0E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB16612314-
CMYK00.260.920.35
HSL43.03º84.44%35.29%-
HSV(B)43.03º91.57%65.1%-
XYZ22.8922.33.51-
YUV123.4366.25158.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=54.79%
G=40.59%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661231400.260.920.3543.0384.4435.29
HexA67BE01A5C232b5423
Octal24617316032134435312443
Binary101001101111011111001101010111001000111010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B0E; }

 p { color: rgb(166,123,14); }

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

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

 a { background-color: rgb(166,123,14); }

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

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

 span { border-color: rgb(166,123,14); }

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