Html Css Color HEX #A6441B Rich Gold

📋 copy color: '#A6441B'

red 166 ◦ green 68 ◦ blue 27

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

Shades of Rich Gold #A6441B

Tints of Rich Gold #A6441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 63.6%
G = 26.05%
B = 10.34%

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

#A6441B (or 0xA6441B) is known color: Rich Gold. HEX triplet: A6, 44 and 1B. RGB value is (166,68,27). Sum of RGB (Red+Green+Blue) = 166+68+27=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6441B is #59BBE4. Grayscale: #5C5C5C. Windows color (decimal): -5880805 or 1787046. OLE color: 1787046.

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

Color convert

RGB 166 68 27 -
CMYK 0 0.59 0.84 0.35
HSL 17.7º 0.72% 0.38% -
HSV(B) 17.7º 0.84% 0.65% -
XYZ 17.99 12.32 2.47 -
YUV 92.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 166 68 27 0 0.59 0.84 0.35 17.7 0.72 0.38
Hex A6 44 1B 0 3B 54 23 12 48 26
Octal 246 104 33 0 73 124 43 22 110 46
Binary 10100110 1000100 11011 0 111011 1010100 100011 10010 1001000 100110

Color Harmonies of #A6441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6441B

Black with #A6441B

Text Example


Text Example

White with #A6441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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