Html Css Color HEX #A9471C Rich Gold

📋 copy color: '#A9471C'

red 169 ◦ green 71 ◦ blue 28

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

Shades of Rich Gold #A9471C

Tints of Rich Gold #A9471C

RGB

 RED value IS 169 (66.41% from 255) = 63.06%

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 63.06%
G = 26.49%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9471C (or 0xA9471C) is known color: Rich Gold. HEX triplet: A9, 47 and 1C. RGB value is (169,71,28). Sum of RGB (Red+Green+Blue) = 169+71+28=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9471C is #56B8E3. Grayscale: #5F5F5F. Windows color (decimal): -5683428 or 1853353. OLE color: 1853353.

HSL color Cylindrical-coordinate representation of color #A9471C: hue angle of 18.3º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9471C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 71 28 -
CMYK 0 0.58 0.83 0.34
HSL 18.3º 0.72% 0.39% -
HSV(B) 18.3º 0.83% 0.66% -
XYZ 18.83 13.03 2.62 -
YUV 95.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 169 71 28 0 0.58 0.83 0.34 18.3 0.72 0.39
Hex A9 47 1C 0 3A 53 22 12 48 27
Octal 251 107 34 0 72 123 42 22 110 47
Binary 10101001 1000111 11100 0 111010 1010011 100010 10010 1001000 100111

Color Harmonies of #A9471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9471C

Black with #A9471C

Text Example


Text Example

White with #A9471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9471C; }

 p { color: rgb(169,71,28); }

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

background-color css

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

 a { background-color: rgb(169,71,28); }

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

border-color css

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

 span { border-color: rgb(169,71,28); }

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