Html Css Color HEX #A4890E Dark Goldenrod

📋 copy color: '#A4890E'

red 164 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #A4890E

Tints of Dark Goldenrod #A4890E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 52.06%
G = 43.49%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4890E (or 0xA4890E) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 0E. RGB value is (164,137,14). Sum of RGB (Red+Green+Blue) = 164+137+14=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A4890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4890E is #5B76F1. Grayscale: #838383. Windows color (decimal): -5994226 or 952740. OLE color: 952740.

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

Color convert

RGB 164 137 14 -
CMYK 0 0.16 0.91 0.36
HSL 49.2º 0.84% 0.35% -
HSV(B) 49.2º 0.91% 0.64% -
XYZ 24.33 25.82 4.12 -
YUV 131.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 164 137 14 0 0.16 0.91 0.36 49.2 0.84 0.35
Hex A4 89 E 0 10 5B 24 31 54 23
Octal 244 211 16 0 20 133 44 61 124 43
Binary 10100100 10001001 1110 0 10000 1011011 100100 110001 1010100 100011

Color Harmonies of #A4890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4890E

Black with #A4890E

Text Example


Text Example

White with #A4890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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