Html Css Color HEX #A4890C Dark Goldenrod

📋 copy color: '#A4890C'

red 164 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #A4890C

Tints of Dark Goldenrod #A4890C

RGB

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

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

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

R = 52.4%
G = 43.77%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4890C (or 0xA4890C) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 0C. RGB value is (164,137,12). Sum of RGB (Red+Green+Blue) = 164+137+12=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4890C is #5B76F3. Grayscale: #838383. Windows color (decimal): -5994228 or 821668. OLE color: 821668.

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

Color convert

RGB 164 137 12 -
CMYK 0 0.16 0.93 0.36
HSL 49.34º 0.86% 0.35% -
HSV(B) 49.34º 0.93% 0.64% -
XYZ 24.32 25.81 4.05 -
YUV 130.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 164 137 12 0 0.16 0.93 0.36 49.34 0.86 0.35
Hex A4 89 C 0 10 5D 24 31 56 23
Octal 244 211 14 0 20 135 44 61 126 43
Binary 10100100 10001001 1100 0 10000 1011101 100100 110001 1010110 100011

Color Harmonies of #A4890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4890C

Black with #A4890C

Text Example


Text Example

White with #A4890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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