Html Css Color HEX #A6541A Rich Gold

📋 copy color: '#A6541A'

red 166 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #A6541A

Tints of Rich Gold #A6541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

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

R = 60.14%
G = 30.43%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6541A (or 0xA6541A) is known color: Rich Gold. HEX triplet: A6, 54 and 1A. RGB value is (166,84,26). Sum of RGB (Red+Green+Blue) = 166+84+26=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6541A is #59ABE5. Grayscale: #666666. Windows color (decimal): -5876710 or 1725606. OLE color: 1725606.

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

Color convert

RGB 166 84 26 -
CMYK 0 0.49 0.84 0.35
HSL 24.86º 0.73% 0.38% -
HSV(B) 24.86º 0.84% 0.65% -
XYZ 19.08 14.52 2.77 -
YUV 101.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 166 84 26 0 0.49 0.84 0.35 24.86 0.73 0.38
Hex A6 54 1A 0 31 54 23 19 49 26
Octal 246 124 32 0 61 124 43 31 111 46
Binary 10100110 1010100 11010 0 110001 1010100 100011 11001 1001001 100110

Color Harmonies of #A6541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6541A

Black with #A6541A

Text Example


Text Example

White with #A6541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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