Html Css Color HEX #A6521A Rich Gold

📋 copy color: '#A6521A'

red 166 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #A6521A

Tints of Rich Gold #A6521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 60.58%
G = 29.93%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6521A (or 0xA6521A) is known color: Rich Gold. HEX triplet: A6, 52 and 1A. RGB value is (166,82,26). Sum of RGB (Red+Green+Blue) = 166+82+26=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6521A is #59ADE5. Grayscale: #656565. Windows color (decimal): -5877222 or 1725094. OLE color: 1725094.

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

Color convert

RGB 166 82 26 -
CMYK 0 0.51 0.84 0.35
HSL 24º 0.73% 0.38% -
HSV(B) 24º 0.84% 0.65% -
XYZ 18.93 14.22 2.72 -
YUV 100.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 166 82 26 0 0.51 0.84 0.35 24 0.73 0.38
Hex A6 52 1A 0 33 54 23 18 49 26
Octal 246 122 32 0 63 124 43 30 111 46
Binary 10100110 1010010 11010 0 110011 1010100 100011 11000 1001001 100110

Color Harmonies of #A6521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6521A

Black with #A6521A

Text Example


Text Example

White with #A6521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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