Html Css Color HEX #A6471C Rich Gold

📋 copy color: '#A6471C'

red 166 ◦ green 71 ◦ blue 28

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

Shades of Rich Gold #A6471C

Tints of Rich Gold #A6471C

RGB

 RED value IS 166 (65.23% from 255) = 62.64%

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

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

R = 62.64%
G = 26.79%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6471C (or 0xA6471C) is known color: Rich Gold. HEX triplet: A6, 47 and 1C. RGB value is (166,71,28). Sum of RGB (Red+Green+Blue) = 166+71+28=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6471C is #59B8E3. Grayscale: #5E5E5E. Windows color (decimal): -5880036 or 1853350. OLE color: 1853350.

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

Color convert

RGB 166 71 28 -
CMYK 0 0.57 0.83 0.35
HSL 18.7º 0.71% 0.38% -
HSV(B) 18.7º 0.83% 0.65% -
XYZ 18.19 12.7 2.59 -
YUV 94.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 166 71 28 0 0.57 0.83 0.35 18.7 0.71 0.38
Hex A6 47 1C 0 39 53 23 13 47 26
Octal 246 107 34 0 71 123 43 23 107 46
Binary 10100110 1000111 11100 0 111001 1010011 100011 10011 1000111 100110

Color Harmonies of #A6471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6471C

Black with #A6471C

Text Example


Text Example

White with #A6471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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