Html Css Color HEX #A6441A Rich Gold

📋 copy color: '#A6441A'

red 166 ◦ green 68 ◦ blue 26

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

Shades of Rich Gold #A6441A

Tints of Rich Gold #A6441A

RGB

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

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

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

R = 63.85%
G = 26.15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6441A (or 0xA6441A) is known color: Rich Gold. HEX triplet: A6, 44 and 1A. RGB value is (166,68,26). Sum of RGB (Red+Green+Blue) = 166+68+26=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6441A is #59BBE5. Grayscale: #5C5C5C. Windows color (decimal): -5880806 or 1721510. OLE color: 1721510.

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

Color convert

RGB 166 68 26 -
CMYK 0 0.59 0.84 0.35
HSL 18º 0.73% 0.38% -
HSV(B) 18º 0.84% 0.65% -
XYZ 17.98 12.32 2.41 -
YUV 92.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 166 68 26 0 0.59 0.84 0.35 18 0.73 0.38
Hex A6 44 1A 0 3B 54 23 12 49 26
Octal 246 104 32 0 73 124 43 22 111 46
Binary 10100110 1000100 11010 0 111011 1010100 100011 10010 1001001 100110

Color Harmonies of #A6441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6441A

Black with #A6441A

Text Example


Text Example

White with #A6441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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