Html Css Color HEX #A6461B Rich Gold

📋 copy color: '#A6461B'

red 166 ◦ green 70 ◦ blue 27

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

Shades of Rich Gold #A6461B

Tints of Rich Gold #A6461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 63.12%
G = 26.62%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6461B (or 0xA6461B) is known color: Rich Gold. HEX triplet: A6, 46 and 1B. RGB value is (166,70,27). Sum of RGB (Red+Green+Blue) = 166+70+27=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6461B is #59B9E4. Grayscale: #5E5E5E. Windows color (decimal): -5880293 or 1787558. OLE color: 1787558.

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

Color convert

RGB 166 70 27 -
CMYK 0 0.58 0.84 0.35
HSL 18.56º 0.72% 0.38% -
HSV(B) 18.56º 0.84% 0.65% -
XYZ 18.11 12.57 2.51 -
YUV 93.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 166 70 27 0 0.58 0.84 0.35 18.56 0.72 0.38
Hex A6 46 1B 0 3A 54 23 13 48 26
Octal 246 106 33 0 72 124 43 23 110 46
Binary 10100110 1000110 11011 0 111010 1010100 100011 10011 1001000 100110

Color Harmonies of #A6461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6461B

Black with #A6461B

Text Example


Text Example

White with #A6461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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