Html Css Color HEX #A6880C Dark Goldenrod

📋 copy color: '#A6880C'

red 166 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #A6880C

Tints of Dark Goldenrod #A6880C

RGB

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

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

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

R = 52.87%
G = 43.31%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6880C (or 0xA6880C) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 0C. RGB value is (166,136,12). Sum of RGB (Red+Green+Blue) = 166+136+12=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6880C is #5977F3. Grayscale: #838383. Windows color (decimal): -5863412 or 821414. OLE color: 821414.

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

Color convert

RGB 166 136 12 -
CMYK 0 0.18 0.93 0.35
HSL 48.31º 0.87% 0.35% -
HSV(B) 48.31º 0.93% 0.65% -
XYZ 24.6 25.74 4.02 -
YUV 130.83 60.94 153.08 -
System Red Green Blue C M Y K H S L
Decimal 166 136 12 0 0.18 0.93 0.35 48.31 0.87 0.35
Hex A6 88 C 0 12 5D 23 30 57 23
Octal 246 210 14 0 22 135 43 60 127 43
Binary 10100110 10001000 1100 0 10010 1011101 100011 110000 1010111 100011

Color Harmonies of #A6880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6880C

Black with #A6880C

Text Example


Text Example

White with #A6880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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