Html Css Color HEX #A4471E Rich Gold

📋 copy color: '#A4471E'

red 164 ◦ green 71 ◦ blue 30

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

Shades of Rich Gold #A4471E

Tints of Rich Gold #A4471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 61.89%
G = 26.79%
B = 11.32%

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

#A4471E (or 0xA4471E) is known color: Rich Gold. HEX triplet: A4, 47 and 1E. RGB value is (164,71,30). Sum of RGB (Red+Green+Blue) = 164+71+30=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4471E is #5BB8E1. Grayscale: #5E5E5E. Windows color (decimal): -6011106 or 1984420. OLE color: 1984420.

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

Color convert

RGB 164 71 30 -
CMYK 0 0.57 0.82 0.36
HSL 18.36º 0.69% 0.38% -
HSV(B) 18.36º 0.82% 0.64% -
XYZ 17.8 12.49 2.7 -
YUV 94.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 164 71 30 0 0.57 0.82 0.36 18.36 0.69 0.38
Hex A4 47 1E 0 39 52 24 12 45 26
Octal 244 107 36 0 71 122 44 22 105 46
Binary 10100100 1000111 11110 0 111001 1010010 100100 10010 1000101 100110

Color Harmonies of #A4471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4471E

Black with #A4471E

Text Example


Text Example

White with #A4471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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