Html Css Color HEX #A5870C Dark Goldenrod

📋 copy color: '#A5870C'

red 165 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #A5870C

Tints of Dark Goldenrod #A5870C

RGB

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

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

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

R = 52.88%
G = 43.27%
B = 3.85%

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

#A5870C (or 0xA5870C) is known color: Dark Goldenrod. HEX triplet: A5, 87 and 0C. RGB value is (165,135,12). Sum of RGB (Red+Green+Blue) = 165+135+12=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5870C is #5A78F3. Grayscale: #828282. Windows color (decimal): -5929204 or 821157. OLE color: 821157.

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

Color convert

RGB 165 135 12 -
CMYK 0 0.18 0.93 0.35
HSL 48.24º 0.86% 0.35% -
HSV(B) 48.24º 0.93% 0.65% -
XYZ 24.25 25.35 3.96 -
YUV 129.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 165 135 12 0 0.18 0.93 0.35 48.24 0.86 0.35
Hex A5 87 C 0 12 5D 23 30 56 23
Octal 245 207 14 0 22 135 43 60 126 43
Binary 10100101 10000111 1100 0 10010 1011101 100011 110000 1010110 100011

Color Harmonies of #A5870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5870C

Black with #A5870C

Text Example


Text Example

White with #A5870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5870C; }

 p { color: rgb(165,135,12); }

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

background-color css

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

 a { background-color: rgb(165,135,12); }

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

border-color css

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

 span { border-color: rgb(165,135,12); }

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