#A67F00

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

Shades of Dark Goldenrod #A67F00

Tints of Dark Goldenrod #A67F00

Color information

#A67F00 (or 0xA67F00) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7F and 00. RGB value is (166,127,0). Sum of RGB (Red+Green+Blue) = 166+127+0=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67F00 is #5980FF. Grayscale: #7C7C7C. Windows color (decimal): -5865728 or 32678. OLE color: 32678.

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

Color convert

RGB1661270-
CMYK00.2310.35
HSL45.9º100%32.55%-
HSV(B)45.9º100%65.1%-
XYZ23.3223.293.27-
YUV124.1857.92157.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 127 (50% from 255) = 43.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.66%
G=43.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166127000.2310.3545.910032.55
HexA67F001764232e6421
Octal2461770027144435614441
Binary101001101111111001011111001001000111011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F00; }

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

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

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

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

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

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

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

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