Html Css Color HEX #A7471A Rich Gold

📋 copy color: '#A7471A'

red 167 ◦ green 71 ◦ blue 26

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

Shades of Rich Gold #A7471A

Tints of Rich Gold #A7471A

RGB

 RED value IS 167 (65.63% from 255) = 63.26%

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

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

R = 63.26%
G = 26.89%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7471A (or 0xA7471A) is known color: Rich Gold. HEX triplet: A7, 47 and 1A. RGB value is (167,71,26). Sum of RGB (Red+Green+Blue) = 167+71+26=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7471A is #58B8E5. Grayscale: #5E5E5E. Windows color (decimal): -5814502 or 1722279. OLE color: 1722279.

HSL color Cylindrical-coordinate representation of color #A7471A: hue angle of 19.15º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7471A is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 26 -
CMYK 0 0.57 0.84 0.35
HSL 19.15º 0.73% 0.38% -
HSV(B) 19.15º 0.84% 0.65% -
XYZ 18.38 12.8 2.48 -
YUV 94.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 167 71 26 0 0.57 0.84 0.35 19.15 0.73 0.38
Hex A7 47 1A 0 39 54 23 13 49 26
Octal 247 107 32 0 71 124 43 23 111 46
Binary 10100111 1000111 11010 0 111001 1010100 100011 10011 1001001 100110

Color Harmonies of #A7471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7471A

Black with #A7471A

Text Example


Text Example

White with #A7471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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