Html Css Color HEX #A4471B Rich Gold

📋 copy color: '#A4471B'

red 164 ◦ green 71 ◦ blue 27

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

Shades of Rich Gold #A4471B

Tints of Rich Gold #A4471B

RGB

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

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

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

R = 62.6%
G = 27.1%
B = 10.31%

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

#A4471B (or 0xA4471B) is known color: Rich Gold. HEX triplet: A4, 47 and 1B. RGB value is (164,71,27). Sum of RGB (Red+Green+Blue) = 164+71+27=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4471B is #5BB8E4. Grayscale: #5E5E5E. Windows color (decimal): -6011109 or 1787812. OLE color: 1787812.

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

Color convert

RGB 164 71 27 -
CMYK 0 0.57 0.84 0.36
HSL 19.27º 0.72% 0.37% -
HSV(B) 19.27º 0.84% 0.64% -
XYZ 17.76 12.48 2.51 -
YUV 93.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 164 71 27 0 0.57 0.84 0.36 19.27 0.72 0.37
Hex A4 47 1B 0 39 54 24 13 48 25
Octal 244 107 33 0 71 124 44 23 110 45
Binary 10100100 1000111 11011 0 111001 1010100 100100 10011 1001000 100101

Color Harmonies of #A4471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4471B

Black with #A4471B

Text Example


Text Example

White with #A4471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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