Html Css Color HEX #A68810 Dark Goldenrod

📋 copy color: '#A68810'

red 166 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #A68810

Tints of Dark Goldenrod #A68810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 52.2%
G = 42.77%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68810 (or 0xA68810) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 10. RGB value is (166,136,16). Sum of RGB (Red+Green+Blue) = 166+136+16=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A68810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68810 is #5977EF. Grayscale: #838383. Windows color (decimal): -5863408 or 1083558. OLE color: 1083558.

HSL color Cylindrical-coordinate representation of color #A68810: hue angle of 48º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68810 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 16 -
CMYK 0 0.18 0.90 0.35
HSL 48º 0.82% 0.36% -
HSV(B) 48º 0.9% 0.65% -
XYZ 24.62 25.75 4.16 -
YUV 131.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 166 136 16 0 0.18 0.90 0.35 48 0.82 0.36
Hex A6 88 10 0 12 5A 23 30 52 24
Octal 246 210 20 0 22 132 43 60 122 44
Binary 10100110 10001000 10000 0 10010 1011010 100011 110000 1010010 100100

Color Harmonies of #A68810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68810

Black with #A68810

Text Example


Text Example

White with #A68810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68810; }

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

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

background-color css

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

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

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

border-color css

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

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

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