Html Css Color HEX #A6421B Rich Gold

📋 copy color: '#A6421B'

red 166 ◦ green 66 ◦ blue 27

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

Shades of Rich Gold #A6421B

Tints of Rich Gold #A6421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 64.09%
G = 25.48%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6421B (or 0xA6421B) is known color: Rich Gold. HEX triplet: A6, 42 and 1B. RGB value is (166,66,27). Sum of RGB (Red+Green+Blue) = 166+66+27=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6421B is #59BDE4. Grayscale: #5B5B5B. Windows color (decimal): -5881317 or 1786534. OLE color: 1786534.

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

Color convert

RGB 166 66 27 -
CMYK 0 0.60 0.84 0.35
HSL 16.83º 0.72% 0.38% -
HSV(B) 16.83º 0.84% 0.65% -
XYZ 17.87 12.08 2.43 -
YUV 91.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 166 66 27 0 0.60 0.84 0.35 16.83 0.72 0.38
Hex A6 42 1B 0 3C 54 23 11 48 26
Octal 246 102 33 0 74 124 43 21 110 46
Binary 10100110 1000010 11011 0 111100 1010100 100011 10001 1001000 100110

Color Harmonies of #A6421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6421B

Black with #A6421B

Text Example


Text Example

White with #A6421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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