Html Css Color HEX #A4491B Rich Gold

📋 copy color: '#A4491B'

red 164 ◦ green 73 ◦ blue 27

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

Shades of Rich Gold #A4491B

Tints of Rich Gold #A4491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 62.12%
G = 27.65%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4491B (or 0xA4491B) is known color: Rich Gold. HEX triplet: A4, 49 and 1B. RGB value is (164,73,27). Sum of RGB (Red+Green+Blue) = 164+73+27=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4491B is #5BB6E4. Grayscale: #5F5F5F. Windows color (decimal): -6010597 or 1788324. OLE color: 1788324.

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

Color convert

RGB 164 73 27 -
CMYK 0 0.55 0.84 0.36
HSL 20.15º 0.72% 0.37% -
HSV(B) 20.15º 0.84% 0.64% -
XYZ 17.89 12.74 2.55 -
YUV 94.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 164 73 27 0 0.55 0.84 0.36 20.15 0.72 0.37
Hex A4 49 1B 0 37 54 24 14 48 25
Octal 244 111 33 0 67 124 44 24 110 45
Binary 10100100 1001001 11011 0 110111 1010100 100100 10100 1001000 100101

Color Harmonies of #A4491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4491B

Black with #A4491B

Text Example


Text Example

White with #A4491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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