Html Css Color HEX #A4890D Dark Goldenrod

📋 copy color: '#A4890D'

red 164 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #A4890D

Tints of Dark Goldenrod #A4890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.63%

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

R = 52.23%
G = 43.63%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4890D (or 0xA4890D) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 0D. RGB value is (164,137,13). Sum of RGB (Red+Green+Blue) = 164+137+13=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4890D is #5B76F2. Grayscale: #838383. Windows color (decimal): -5994227 or 887204. OLE color: 887204.

HSL color Cylindrical-coordinate representation of color #A4890D: hue angle of 49.27º 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 #A4890D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 13 -
CMYK 0 0.16 0.92 0.36
HSL 49.27º 0.85% 0.35% -
HSV(B) 49.27º 0.92% 0.64% -
XYZ 24.33 25.81 4.08 -
YUV 130.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 164 137 13 0 0.16 0.92 0.36 49.27 0.85 0.35
Hex A4 89 D 0 10 5C 24 31 55 23
Octal 244 211 15 0 20 134 44 61 125 43
Binary 10100100 10001001 1101 0 10000 1011100 100100 110001 1010101 100011

Color Harmonies of #A4890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4890D

Black with #A4890D

Text Example


Text Example

White with #A4890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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