Html Css Color HEX #A68C05 Dark Goldenrod

📋 copy color: '#A68C05'

red 166 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #A68C05

Tints of Dark Goldenrod #A68C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 53.38%
G = 45.02%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A68C05 (or 0xA68C05) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 05. RGB value is (166,140,5). Sum of RGB (Red+Green+Blue) = 166+140+5=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C05 is #5973FA. Grayscale: #848484. Windows color (decimal): -5862395 or 363686. OLE color: 363686.

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

Color convert

RGB 166 140 5 -
CMYK 0 0.16 0.97 0.35
HSL 50.31º 0.94% 0.34% -
HSV(B) 50.31º 0.97% 0.65% -
XYZ 25.13 26.87 4.01 -
YUV 132.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 166 140 5 0 0.16 0.97 0.35 50.31 0.94 0.34
Hex A6 8C 5 0 10 61 23 32 5E 22
Octal 246 214 5 0 20 141 43 62 136 42
Binary 10100110 10001100 101 0 10000 1100001 100011 110010 1011110 100010

Color Harmonies of #A68C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C05

Black with #A68C05

Text Example


Text Example

White with #A68C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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