Html Css Color HEX #A68809 Dark Goldenrod

📋 copy color: '#A68809'

red 166 ◦ green 136 ◦ blue 9

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

Shades of Dark Goldenrod #A68809

Tints of Dark Goldenrod #A68809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

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

R = 53.38%
G = 43.73%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68809 (or 0xA68809) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 09. RGB value is (166,136,9). Sum of RGB (Red+Green+Blue) = 166+136+9=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A68809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68809 is #5977F6. Grayscale: #838383. Windows color (decimal): -5863415 or 624806. OLE color: 624806.

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

Color convert

RGB 166 136 9 -
CMYK 0 0.18 0.95 0.35
HSL 48.54º 0.9% 0.34% -
HSV(B) 48.54º 0.95% 0.65% -
XYZ 24.58 25.74 3.93 -
YUV 130.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 166 136 9 0 0.18 0.95 0.35 48.54 0.9 0.34
Hex A6 88 9 0 12 5F 23 31 5A 22
Octal 246 210 11 0 22 137 43 61 132 42
Binary 10100110 10001000 1001 0 10010 1011111 100011 110001 1011010 100010

Color Harmonies of #A68809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68809

Black with #A68809

Text Example


Text Example

White with #A68809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68809; }

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

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

background-color css

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

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

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

border-color css

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

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

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