Html Css Color HEX #A4491C Rich Gold

📋 copy color: '#A4491C'

red 164 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #A4491C

Tints of Rich Gold #A4491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 61.89%
G = 27.55%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4491C (or 0xA4491C) is known color: Rich Gold. HEX triplet: A4, 49 and 1C. RGB value is (164,73,28). Sum of RGB (Red+Green+Blue) = 164+73+28=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4491C is #5BB6E3. Grayscale: #5F5F5F. Windows color (decimal): -6010596 or 1853860. OLE color: 1853860.

HSL color Cylindrical-coordinate representation of color #A4491C: hue angle of 19.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4491C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 28 -
CMYK 0 0.55 0.83 0.36
HSL 19.85º 0.71% 0.38% -
HSV(B) 19.85º 0.83% 0.64% -
XYZ 17.9 12.74 2.61 -
YUV 95.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 164 73 28 0 0.55 0.83 0.36 19.85 0.71 0.38
Hex A4 49 1C 0 37 53 24 14 47 26
Octal 244 111 34 0 67 123 44 24 107 46
Binary 10100100 1001001 11100 0 110111 1010011 100100 10100 1000111 100110

Color Harmonies of #A4491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4491C

Black with #A4491C

Text Example


Text Example

White with #A4491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4491C; }

 p { color: rgb(164,73,28); }

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

background-color css

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

 a { background-color: rgb(164,73,28); }

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

border-color css

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

 span { border-color: rgb(164,73,28); }

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