Html Css Color HEX #A6880D Dark Goldenrod

📋 copy color: '#A6880D'

red 166 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #A6880D

Tints of Dark Goldenrod #A6880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 52.7%
G = 43.17%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6880D (or 0xA6880D) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 0D. RGB value is (166,136,13). Sum of RGB (Red+Green+Blue) = 166+136+13=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6880D is #5977F2. Grayscale: #838383. Windows color (decimal): -5863411 or 886950. OLE color: 886950.

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

Color convert

RGB 166 136 13 -
CMYK 0 0.18 0.92 0.35
HSL 48.24º 0.85% 0.35% -
HSV(B) 48.24º 0.92% 0.65% -
XYZ 24.6 25.74 4.05 -
YUV 130.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 166 136 13 0 0.18 0.92 0.35 48.24 0.85 0.35
Hex A6 88 D 0 12 5C 23 30 55 23
Octal 246 210 15 0 22 134 43 60 125 43
Binary 10100110 10001000 1101 0 10010 1011100 100011 110000 1010101 100011

Color Harmonies of #A6880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6880D

Black with #A6880D

Text Example


Text Example

White with #A6880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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