Html Css Color HEX #A68009 Dark Goldenrod

📋 copy color: '#A68009'

red 166 ◦ green 128 ◦ blue 9

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

Shades of Dark Goldenrod #A68009

Tints of Dark Goldenrod #A68009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.24%

 BLUE value IS 9 (3.91% from 255) = 2.97%

R = 54.79%
G = 42.24%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68009 (or 0xA68009) is known color: Dark Goldenrod. HEX triplet: A6, 80 and 09. RGB value is (166,128,9). Sum of RGB (Red+Green+Blue) = 166+128+9=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A68009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68009 is #597FF6. Grayscale: #7E7E7E. Windows color (decimal): -5865463 or 622758. OLE color: 622758.

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

Color convert

RGB 166 128 9 -
CMYK 0 0.23 0.95 0.35
HSL 45.48º 0.9% 0.34% -
HSV(B) 45.48º 0.95% 0.65% -
XYZ 23.49 23.57 3.57 -
YUV 125.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 166 128 9 0 0.23 0.95 0.35 45.48 0.9 0.34
Hex A6 80 9 0 17 5F 23 2D 5A 22
Octal 246 200 11 0 27 137 43 55 132 42
Binary 10100110 10000000 1001 0 10111 1011111 100011 101101 1011010 100010

Color Harmonies of #A68009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68009

Black with #A68009

Text Example


Text Example

White with #A68009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68009; }

 p { color: rgb(166,128,9); }

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

background-color css

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

 a { background-color: rgb(166,128,9); }

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

border-color css

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

 span { border-color: rgb(166,128,9); }

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