Html Css Color HEX #A9860B Dark Goldenrod

📋 copy color: '#A9860B'

red 169 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #A9860B

Tints of Dark Goldenrod #A9860B

RGB

 RED value IS 169 (66.41% from 255) = 53.82%

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 53.82%
G = 42.68%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9860B (or 0xA9860B) is known color: Dark Goldenrod. HEX triplet: A9, 86 and 0B. RGB value is (169,134,11). Sum of RGB (Red+Green+Blue) = 169+134+11=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A9860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9860B is #5679F4. Grayscale: #828282. Windows color (decimal): -5667317 or 755369. OLE color: 755369.

HSL color Cylindrical-coordinate representation of color #A9860B: hue angle of 46.71º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9860B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 134 11 -
CMYK 0 0.21 0.93 0.34
HSL 46.71º 0.88% 0.35% -
HSV(B) 46.71º 0.93% 0.66% -
XYZ 24.95 25.51 3.93 -
YUV 130.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 169 134 11 0 0.21 0.93 0.34 46.71 0.88 0.35
Hex A9 86 B 0 15 5D 22 2F 58 23
Octal 251 206 13 0 25 135 42 57 130 43
Binary 10101001 10000110 1011 0 10101 1011101 100010 101111 1011000 100011

Color Harmonies of #A9860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9860B

Black with #A9860B

Text Example


Text Example

White with #A9860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9860B; }

 p { color: rgb(169,134,11); }

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

background-color css

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

 a { background-color: rgb(169,134,11); }

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

border-color css

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

 span { border-color: rgb(169,134,11); }

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