Html Css Color HEX #A4870D Dark Goldenrod

📋 copy color: '#A4870D'

red 164 ◦ green 135 ◦ blue 13

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

Shades of Dark Goldenrod #A4870D

Tints of Dark Goldenrod #A4870D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 52.56%
G = 43.27%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4870D (or 0xA4870D) is known color: Dark Goldenrod. HEX triplet: A4, 87 and 0D. RGB value is (164,135,13). Sum of RGB (Red+Green+Blue) = 164+135+13=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4870D is #5B78F2. Grayscale: #828282. Windows color (decimal): -5994739 or 886692. OLE color: 886692.

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

Color convert

RGB 164 135 13 -
CMYK 0 0.18 0.92 0.36
HSL 48.48º 0.85% 0.35% -
HSV(B) 48.48º 0.92% 0.64% -
XYZ 24.05 25.25 3.99 -
YUV 129.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 164 135 13 0 0.18 0.92 0.36 48.48 0.85 0.35
Hex A4 87 D 0 12 5C 24 30 55 23
Octal 244 207 15 0 22 134 44 60 125 43
Binary 10100100 10000111 1101 0 10010 1011100 100100 110000 1010101 100011

Color Harmonies of #A4870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4870D

Black with #A4870D

Text Example


Text Example

White with #A4870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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