Html Css Color HEX #A4471A Rich Gold

📋 copy color: '#A4471A'

red 164 ◦ green 71 ◦ blue 26

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

Shades of Rich Gold #A4471A

Tints of Rich Gold #A4471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 62.84%
G = 27.2%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4471A (or 0xA4471A) is known color: Rich Gold. HEX triplet: A4, 47 and 1A. RGB value is (164,71,26). Sum of RGB (Red+Green+Blue) = 164+71+26=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4471A is #5BB8E5. Grayscale: #5D5D5D. Windows color (decimal): -6011110 or 1722276. OLE color: 1722276.

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

Color convert

RGB 164 71 26 -
CMYK 0 0.57 0.84 0.36
HSL 19.57º 0.73% 0.37% -
HSV(B) 19.57º 0.84% 0.64% -
XYZ 17.75 12.47 2.45 -
YUV 93.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 164 71 26 0 0.57 0.84 0.36 19.57 0.73 0.37
Hex A4 47 1A 0 39 54 24 14 49 25
Octal 244 107 32 0 71 124 44 24 111 45
Binary 10100100 1000111 11010 0 111001 1010100 100100 10100 1001001 100101

Color Harmonies of #A4471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4471A

Black with #A4471A

Text Example


Text Example

White with #A4471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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