Html Css Color HEX #A5860B Dark Goldenrod

📋 copy color: '#A5860B'

red 165 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #A5860B

Tints of Dark Goldenrod #A5860B

RGB

 RED value IS 165 (64.84% from 255) = 53.23%

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

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

R = 53.23%
G = 43.23%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5860B (or 0xA5860B) is known color: Dark Goldenrod. HEX triplet: A5, 86 and 0B. RGB value is (165,134,11). Sum of RGB (Red+Green+Blue) = 165+134+11=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5860B is #5A79F4. Grayscale: #818181. Windows color (decimal): -5929461 or 755365. OLE color: 755365.

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

Color convert

RGB 165 134 11 -
CMYK 0 0.19 0.93 0.35
HSL 47.92º 0.88% 0.35% -
HSV(B) 47.92º 0.93% 0.65% -
XYZ 24.1 25.07 3.89 -
YUV 129.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 165 134 11 0 0.19 0.93 0.35 47.92 0.88 0.35
Hex A5 86 B 0 13 5D 23 30 58 23
Octal 245 206 13 0 23 135 43 60 130 43
Binary 10100101 10000110 1011 0 10011 1011101 100011 110000 1011000 100011

Color Harmonies of #A5860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5860B

Black with #A5860B

Text Example


Text Example

White with #A5860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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