Html Css Color HEX #A4870C Dark Goldenrod

📋 copy color: '#A4870C'

red 164 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #A4870C

Tints of Dark Goldenrod #A4870C

RGB

 RED value IS 164 (64.45% from 255) = 52.73%

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

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

R = 52.73%
G = 43.41%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4870C (or 0xA4870C) is known color: Dark Goldenrod. HEX triplet: A4, 87 and 0C. RGB value is (164,135,12). Sum of RGB (Red+Green+Blue) = 164+135+12=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4870C is #5B78F3. Grayscale: #828282. Windows color (decimal): -5994740 or 821156. OLE color: 821156.

HSL color Cylindrical-coordinate representation of color #A4870C: hue angle of 48.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4870C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 12 -
CMYK 0 0.18 0.93 0.36
HSL 48.55º 0.86% 0.35% -
HSV(B) 48.55º 0.93% 0.64% -
XYZ 24.04 25.25 3.95 -
YUV 129.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 164 135 12 0 0.18 0.93 0.36 48.55 0.86 0.35
Hex A4 87 C 0 12 5D 24 31 56 23
Octal 244 207 14 0 22 135 44 61 126 43
Binary 10100100 10000111 1100 0 10010 1011101 100100 110001 1010110 100011

Color Harmonies of #A4870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4870C

Black with #A4870C

Text Example


Text Example

White with #A4870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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