Html Css Color HEX #A68A09 Dark Goldenrod

📋 copy color: '#A68A09'

red 166 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #A68A09

Tints of Dark Goldenrod #A68A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

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

R = 53.04%
G = 44.09%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68A09 (or 0xA68A09) is known color: Dark Goldenrod. HEX triplet: A6, 8A and 09. RGB value is (166,138,9). Sum of RGB (Red+Green+Blue) = 166+138+9=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A09 is #5975F6. Grayscale: #848484. Windows color (decimal): -5862903 or 625318. OLE color: 625318.

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

Color convert

RGB 166 138 9 -
CMYK 0 0.17 0.95 0.35
HSL 49.3º 0.9% 0.34% -
HSV(B) 49.3º 0.95% 0.65% -
XYZ 24.86 26.3 4.03 -
YUV 131.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 166 138 9 0 0.17 0.95 0.35 49.3 0.9 0.34
Hex A6 8A 9 0 11 5F 23 31 5A 22
Octal 246 212 11 0 21 137 43 61 132 42
Binary 10100110 10001010 1001 0 10001 1011111 100011 110001 1011010 100010

Color Harmonies of #A68A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A09

Black with #A68A09

Text Example


Text Example

White with #A68A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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