Html Css Color HEX #A6870A Dark Goldenrod

📋 copy color: '#A6870A'

red 166 ◦ green 135 ◦ blue 10

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

Shades of Dark Goldenrod #A6870A

Tints of Dark Goldenrod #A6870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 53.38%
G = 43.41%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6870A (or 0xA6870A) is known color: Dark Goldenrod. HEX triplet: A6, 87 and 0A. RGB value is (166,135,10). Sum of RGB (Red+Green+Blue) = 166+135+10=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6870A is #5978F5. Grayscale: #828282. Windows color (decimal): -5863670 or 690086. OLE color: 690086.

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

Color convert

RGB 166 135 10 -
CMYK 0 0.19 0.94 0.35
HSL 48.08º 0.89% 0.35% -
HSV(B) 48.08º 0.94% 0.65% -
XYZ 24.44 25.46 3.91 -
YUV 130.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 166 135 10 0 0.19 0.94 0.35 48.08 0.89 0.35
Hex A6 87 A 0 13 5E 23 30 59 23
Octal 246 207 12 0 23 136 43 60 131 43
Binary 10100110 10000111 1010 0 10011 1011110 100011 110000 1011001 100011

Color Harmonies of #A6870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6870A

Black with #A6870A

Text Example


Text Example

White with #A6870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6870A; }

 p { color: rgb(166,135,10); }

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

background-color css

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

 a { background-color: rgb(166,135,10); }

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

border-color css

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

 span { border-color: rgb(166,135,10); }

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