Html Css Color HEX #A6471D Rich Gold

📋 copy color: '#A6471D'

red 166 ◦ green 71 ◦ blue 29

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

Shades of Rich Gold #A6471D

Tints of Rich Gold #A6471D

RGB

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

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

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

R = 62.41%
G = 26.69%
B = 10.9%

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

#A6471D (or 0xA6471D) is known color: Rich Gold. HEX triplet: A6, 47 and 1D. RGB value is (166,71,29). Sum of RGB (Red+Green+Blue) = 166+71+29=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6471D is #59B8E2. Grayscale: #5E5E5E. Windows color (decimal): -5880035 or 1918886. OLE color: 1918886.

HSL color Cylindrical-coordinate representation of color #A6471D: hue angle of 18.39º degrees, saturation: 0.7, 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 #A6471D is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 71 29 -
CMYK 0 0.57 0.83 0.35
HSL 18.39º 0.7% 0.38% -
HSV(B) 18.39º 0.83% 0.65% -
XYZ 18.2 12.7 2.65 -
YUV 94.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 166 71 29 0 0.57 0.83 0.35 18.39 0.7 0.38
Hex A6 47 1D 0 39 53 23 12 46 26
Octal 246 107 35 0 71 123 43 22 106 46
Binary 10100110 1000111 11101 0 111001 1010011 100011 10010 1000110 100110

Color Harmonies of #A6471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6471D

Black with #A6471D

Text Example


Text Example

White with #A6471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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