Html Css Color HEX #A4491A Rich Gold

📋 copy color: '#A4491A'

red 164 ◦ green 73 ◦ blue 26

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

Shades of Rich Gold #A4491A

Tints of Rich Gold #A4491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 62.36%
G = 27.76%
B = 9.89%

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

#A4491A (or 0xA4491A) is known color: Rich Gold. HEX triplet: A4, 49 and 1A. RGB value is (164,73,26). Sum of RGB (Red+Green+Blue) = 164+73+26=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4491A is #5BB6E5. Grayscale: #5F5F5F. Windows color (decimal): -6010598 or 1722788. OLE color: 1722788.

HSL color Cylindrical-coordinate representation of color #A4491A: hue angle of 20.43º degrees, saturation: 0.73, 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 #A4491A is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 26 -
CMYK 0 0.55 0.84 0.36
HSL 20.43º 0.73% 0.37% -
HSV(B) 20.43º 0.84% 0.64% -
XYZ 17.88 12.73 2.49 -
YUV 94.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 164 73 26 0 0.55 0.84 0.36 20.43 0.73 0.37
Hex A4 49 1A 0 37 54 24 14 49 25
Octal 244 111 32 0 67 124 44 24 111 45
Binary 10100100 1001001 11010 0 110111 1010100 100100 10100 1001001 100101

Color Harmonies of #A4491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4491A

Black with #A4491A

Text Example


Text Example

White with #A4491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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