Html Css Color HEX #A6441D Rich Gold

📋 copy color: '#A6441D'

red 166 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #A6441D

Tints of Rich Gold #A6441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 63.12%
G = 25.86%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6441D (or 0xA6441D) is known color: Rich Gold. HEX triplet: A6, 44 and 1D. RGB value is (166,68,29). Sum of RGB (Red+Green+Blue) = 166+68+29=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6441D is #59BBE2. Grayscale: #5D5D5D. Windows color (decimal): -5880803 or 1918118. OLE color: 1918118.

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

Color convert

RGB 166 68 29 -
CMYK 0 0.59 0.83 0.35
HSL 17.08º 0.7% 0.38% -
HSV(B) 17.08º 0.83% 0.65% -
XYZ 18.01 12.33 2.59 -
YUV 92.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 166 68 29 0 0.59 0.83 0.35 17.08 0.7 0.38
Hex A6 44 1D 0 3B 53 23 11 46 26
Octal 246 104 35 0 73 123 43 21 106 46
Binary 10100110 1000100 11101 0 111011 1010011 100011 10001 1000110 100110

Color Harmonies of #A6441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6441D

Black with #A6441D

Text Example


Text Example

White with #A6441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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