Html Css Color HEX #A5576D Blush

📋 copy color: '#A5576D'

red 165 ◦ green 87 ◦ blue 109

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

Shades of Blush #A5576D

Tints of Blush #A5576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 45.71%
G = 24.1%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5576D (or 0xA5576D) is known color: Blush. HEX triplet: A5, 57 and 6D. RGB value is (165,87,109). Sum of RGB (Red+Green+Blue) = 165+87+109=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576D is #5AA892. Grayscale: #707070. Windows color (decimal): -5941395 or 7165861. OLE color: 7165861.

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

Color convert

RGB 165 87 109 -
CMYK 0 0.47 0.34 0.35
HSL 343.08º 0.31% 0.49% -
HSV(B) 343.08º 0.47% 0.65% -
XYZ 21.69 15.92 16.4 -
YUV 112.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 165 87 109 0 0.47 0.34 0.35 343.08 0.31 0.49
Hex A5 57 6D 0 2F 22 23 157 1F 31
Octal 245 127 155 0 57 42 43 527 37 61
Binary 10100101 1010111 1101101 0 101111 100010 100011 101010111 11111 110001

Color Harmonies of #A5576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5576D

Black with #A5576D

Text Example


Text Example

White with #A5576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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