Html Css Color HEX #A6810C Dark Goldenrod

📋 copy color: '#A6810C'

red 166 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #A6810C

Tints of Dark Goldenrod #A6810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 54.07%
G = 42.02%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6810C (or 0xA6810C) is known color: Dark Goldenrod. HEX triplet: A6, 81 and 0C. RGB value is (166,129,12). Sum of RGB (Red+Green+Blue) = 166+129+12=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6810C is #597EF3. Grayscale: #7F7F7F. Windows color (decimal): -5865204 or 819622. OLE color: 819622.

HSL color Cylindrical-coordinate representation of color #A6810C: hue angle of 45.58º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6810C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 12 -
CMYK 0 0.22 0.93 0.35
HSL 45.58º 0.87% 0.35% -
HSV(B) 45.58º 0.93% 0.65% -
XYZ 23.64 23.83 3.7 -
YUV 126.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 166 129 12 0 0.22 0.93 0.35 45.58 0.87 0.35
Hex A6 81 C 0 16 5D 23 2E 57 23
Octal 246 201 14 0 26 135 43 56 127 43
Binary 10100110 10000001 1100 0 10110 1011101 100011 101110 1010111 100011

Color Harmonies of #A6810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6810C

Black with #A6810C

Text Example


Text Example

White with #A6810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6810C; }

 p { color: rgb(166,129,12); }

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

background-color css

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

 a { background-color: rgb(166,129,12); }

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

border-color css

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

 span { border-color: rgb(166,129,12); }

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