Html Css Color HEX #A67A00 Dark Goldenrod

📋 copy color: '#A67A00'

red 166 ◦ green 122 ◦ blue 0

#A67A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A67A00

Tints of Dark Goldenrod #A67A00

RGB

 RED value IS 166 (65.23% from 255) = 57.64%

 GREEN value IS 122 (48.05% from 255) = 42.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.64%
G = 42.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A67A00 (or 0xA67A00) is known color: Dark Goldenrod. HEX triplet: A6, 7A and 00. RGB value is (166,122,0). Sum of RGB (Red+Green+Blue) = 166+122+0=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67A00 is #5985FF. Grayscale: #797979. Windows color (decimal): -5867008 or 31398. OLE color: 31398.

HSL color Cylindrical-coordinate representation of color #A67A00: hue angle of 44.1º 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 #A67A00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 0 -
CMYK 0 0.27 1 0.35
HSL 44.1º 1% 0.33% -
HSV(B) 44.1º 1% 0.65% -
XYZ 22.69 22.03 3.06 -
YUV 121.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 166 122 0 0 0.27 1 0.35 44.1 1 0.33
Hex A6 7A 0 0 1B 64 23 2C 64 21
Octal 246 172 0 0 33 144 43 54 144 41
Binary 10100110 1111010 0 0 11011 1100100 100011 101100 1100100 100001

Color Harmonies of #A67A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A00

Black with #A67A00

Text Example


Text Example

White with #A67A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A00; }

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

 H1.HeaderClassName
 {
   color: #A67A00;
 }
 .AnyTagClassName
 {
   color: #A67A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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