Html Css Color HEX #A67D00 Dark Goldenrod

📋 copy color: '#A67D00'

red 166 ◦ green 125 ◦ blue 0

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

Shades of Dark Goldenrod #A67D00

Tints of Dark Goldenrod #A67D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

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

R = 57.04%
G = 42.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A67D00 (or 0xA67D00) is known color: Dark Goldenrod. HEX triplet: A6, 7D and 00. RGB value is (166,125,0). Sum of RGB (Red+Green+Blue) = 166+125+0=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67D00 is #5982FF. Grayscale: #7B7B7B. Windows color (decimal): -5866240 or 32166. OLE color: 32166.

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

Color convert

RGB 166 125 0 -
CMYK 0 0.25 1 0.35
HSL 45.18º 1% 0.33% -
HSV(B) 45.18º 1% 0.65% -
XYZ 23.06 22.77 3.18 -
YUV 123.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 166 125 0 0 0.25 1 0.35 45.18 1 0.33
Hex A6 7D 0 0 19 64 23 2D 64 21
Octal 246 175 0 0 31 144 43 55 144 41
Binary 10100110 1111101 0 0 11001 1100100 100011 101101 1100100 100001

Color Harmonies of #A67D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D00

Black with #A67D00

Text Example


Text Example

White with #A67D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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