Html Css Color HEX #A6571E Rich Gold

📋 copy color: '#A6571E'

red 166 ◦ green 87 ◦ blue 30

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

Shades of Rich Gold #A6571E

Tints of Rich Gold #A6571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 58.66%
G = 30.74%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6571E (or 0xA6571E) is known color: Rich Gold. HEX triplet: A6, 57 and 1E. RGB value is (166,87,30). Sum of RGB (Red+Green+Blue) = 166+87+30=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6571E is #59A8E1. Grayscale: #686868. Windows color (decimal): -5875938 or 1988518. OLE color: 1988518.

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

Color convert

RGB 166 87 30 -
CMYK 0 0.48 0.82 0.35
HSL 25.15º 0.69% 0.38% -
HSV(B) 25.15º 0.82% 0.65% -
XYZ 19.37 15.02 3.11 -
YUV 104.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 166 87 30 0 0.48 0.82 0.35 25.15 0.69 0.38
Hex A6 57 1E 0 30 52 23 19 45 26
Octal 246 127 36 0 60 122 43 31 105 46
Binary 10100110 1010111 11110 0 110000 1010010 100011 11001 1000101 100110

Color Harmonies of #A6571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6571E

Black with #A6571E

Text Example


Text Example

White with #A6571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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