Html Css Color HEX #A6451A Rich Gold

📋 copy color: '#A6451A'

red 166 ◦ green 69 ◦ blue 26

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

Shades of Rich Gold #A6451A

Tints of Rich Gold #A6451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 63.6%
G = 26.44%
B = 9.96%

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

#A6451A (or 0xA6451A) is known color: Rich Gold. HEX triplet: A6, 45 and 1A. RGB value is (166,69,26). Sum of RGB (Red+Green+Blue) = 166+69+26=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6451A is #59BAE5. Grayscale: #5D5D5D. Windows color (decimal): -5880550 or 1721766. OLE color: 1721766.

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

Color convert

RGB 166 69 26 -
CMYK 0 0.58 0.84 0.35
HSL 18.43º 0.73% 0.38% -
HSV(B) 18.43º 0.84% 0.65% -
XYZ 18.04 12.44 2.43 -
YUV 93.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 166 69 26 0 0.58 0.84 0.35 18.43 0.73 0.38
Hex A6 45 1A 0 3A 54 23 12 49 26
Octal 246 105 32 0 72 124 43 22 111 46
Binary 10100110 1000101 11010 0 111010 1010100 100011 10010 1001001 100110

Color Harmonies of #A6451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6451A

Black with #A6451A

Text Example


Text Example

White with #A6451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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