Html Css Color HEX #A68C09 Dark Goldenrod

📋 copy color: '#A68C09'

red 166 ◦ green 140 ◦ blue 9

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

Shades of Dark Goldenrod #A68C09

Tints of Dark Goldenrod #A68C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

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

R = 52.7%
G = 44.44%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68C09 (or 0xA68C09) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 09. RGB value is (166,140,9). Sum of RGB (Red+Green+Blue) = 166+140+9=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C09 is #5973F6. Grayscale: #858585. Windows color (decimal): -5862391 or 625830. OLE color: 625830.

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

Color convert

RGB 166 140 9 -
CMYK 0 0.16 0.95 0.35
HSL 50.06º 0.9% 0.34% -
HSV(B) 50.06º 0.95% 0.65% -
XYZ 25.15 26.88 4.12 -
YUV 132.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 166 140 9 0 0.16 0.95 0.35 50.06 0.9 0.34
Hex A6 8C 9 0 10 5F 23 32 5A 22
Octal 246 214 11 0 20 137 43 62 132 42
Binary 10100110 10001100 1001 0 10000 1011111 100011 110010 1011010 100010

Color Harmonies of #A68C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C09

Black with #A68C09

Text Example


Text Example

White with #A68C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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