Html Css Color HEX #A5571C Rich Gold

📋 copy color: '#A5571C'

red 165 ◦ green 87 ◦ blue 28

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

Shades of Rich Gold #A5571C

Tints of Rich Gold #A5571C

RGB

 RED value IS 165 (64.84% from 255) = 58.93%

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 58.93%
G = 31.07%
B = 10%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A5571C (or 0xA5571C) is known color: Rich Gold. HEX triplet: A5, 57 and 1C. RGB value is (165,87,28). Sum of RGB (Red+Green+Blue) = 165+87+28=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5571C is #5AA8E3. Grayscale: #676767. Windows color (decimal): -5941476 or 1857445. OLE color: 1857445.

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

Color convert

RGB 165 87 28 -
CMYK 0 0.47 0.83 0.35
HSL 25.84º 0.71% 0.38% -
HSV(B) 25.84º 0.83% 0.65% -
XYZ 19.13 14.9 2.97 -
YUV 103.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 165 87 28 0 0.47 0.83 0.35 25.84 0.71 0.38
Hex A5 57 1C 0 2F 53 23 1A 47 26
Octal 245 127 34 0 57 123 43 32 107 46
Binary 10100101 1010111 11100 0 101111 1010011 100011 11010 1000111 100110

Color Harmonies of #A5571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5571C

Black with #A5571C

Text Example


Text Example

White with #A5571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5571C; }

 p { color: rgb(165,87,28); }

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

background-color css

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

 a { background-color: rgb(165,87,28); }

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

border-color css

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

 span { border-color: rgb(165,87,28); }

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