Html Css Color HEX #A6572A Rich Gold

📋 copy color: '#A6572A'

red 166 ◦ green 87 ◦ blue 42

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

Shades of Rich Gold #A6572A

Tints of Rich Gold #A6572A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 56.27%
G = 29.49%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6572A (or 0xA6572A) is known color: Rich Gold. HEX triplet: A6, 57 and 2A. RGB value is (166,87,42). Sum of RGB (Red+Green+Blue) = 166+87+42=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6572A is #59A8D5. Grayscale: #696969. Windows color (decimal): -5875926 or 2774950. OLE color: 2774950.

HSL color Cylindrical-coordinate representation of color #A6572A: hue angle of 21.77º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6572A is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 42 -
CMYK 0 0.48 0.75 0.35
HSL 21.77º 0.6% 0.41% -
HSV(B) 21.77º 0.75% 0.65% -
XYZ 19.55 15.09 4.07 -
YUV 105.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 166 87 42 0 0.48 0.75 0.35 21.77 0.6 0.41
Hex A6 57 2A 0 30 4B 23 16 3C 29
Octal 246 127 52 0 60 113 43 26 74 51
Binary 10100110 1010111 101010 0 110000 1001011 100011 10110 111100 101001

Color Harmonies of #A6572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6572A

Black with #A6572A

Text Example


Text Example

White with #A6572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6572A; }

 p { color: rgb(166,87,42); }

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

background-color css

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

 a { background-color: rgb(166,87,42); }

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

border-color css

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

 span { border-color: rgb(166,87,42); }

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