Html Css Color HEX #A68109 Dark Goldenrod

📋 copy color: '#A68109'

red 166 ◦ green 129 ◦ blue 9

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

Shades of Dark Goldenrod #A68109

Tints of Dark Goldenrod #A68109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.43%

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

R = 54.61%
G = 42.43%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68109 (or 0xA68109) is known color: Dark Goldenrod. HEX triplet: A6, 81 and 09. RGB value is (166,129,9). Sum of RGB (Red+Green+Blue) = 166+129+9=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A68109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68109 is #597EF6. Grayscale: #7E7E7E. Windows color (decimal): -5865207 or 623014. OLE color: 623014.

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

Color convert

RGB 166 129 9 -
CMYK 0 0.22 0.95 0.35
HSL 45.86º 0.9% 0.34% -
HSV(B) 45.86º 0.95% 0.65% -
XYZ 23.63 23.83 3.61 -
YUV 126.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 166 129 9 0 0.22 0.95 0.35 45.86 0.9 0.34
Hex A6 81 9 0 16 5F 23 2E 5A 22
Octal 246 201 11 0 26 137 43 56 132 42
Binary 10100110 10000001 1001 0 10110 1011111 100011 101110 1011010 100010

Color Harmonies of #A68109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68109

Black with #A68109

Text Example


Text Example

White with #A68109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68109; }

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

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

background-color css

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

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

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

border-color css

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

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

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