Html Css Color HEX #A4471D Rich Gold

📋 copy color: '#A4471D'

red 164 ◦ green 71 ◦ blue 29

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

Shades of Rich Gold #A4471D

Tints of Rich Gold #A4471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 62.12%
G = 26.89%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4471D (or 0xA4471D) is known color: Rich Gold. HEX triplet: A4, 47 and 1D. RGB value is (164,71,29). Sum of RGB (Red+Green+Blue) = 164+71+29=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4471D is #5BB8E2. Grayscale: #5E5E5E. Windows color (decimal): -6011107 or 1918884. OLE color: 1918884.

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

Color convert

RGB 164 71 29 -
CMYK 0 0.57 0.82 0.36
HSL 18.67º 0.7% 0.38% -
HSV(B) 18.67º 0.82% 0.64% -
XYZ 17.78 12.49 2.64 -
YUV 94.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 164 71 29 0 0.57 0.82 0.36 18.67 0.7 0.38
Hex A4 47 1D 0 39 52 24 13 46 26
Octal 244 107 35 0 71 122 44 23 106 46
Binary 10100100 1000111 11101 0 111001 1010010 100100 10011 1000110 100110

Color Harmonies of #A4471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4471D

Black with #A4471D

Text Example


Text Example

White with #A4471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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