Html Css Color HEX #A5576C Blush

📋 copy color: '#A5576C'

red 165 ◦ green 87 ◦ blue 108

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

Shades of Blush #A5576C

Tints of Blush #A5576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 45.83%
G = 24.17%
B = 30%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5576C (or 0xA5576C) is known color: Blush. HEX triplet: A5, 57 and 6C. RGB value is (165,87,108). Sum of RGB (Red+Green+Blue) = 165+87+108=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576C is #5AA893. Grayscale: #707070. Windows color (decimal): -5941396 or 7100325. OLE color: 7100325.

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

Color convert

RGB 165 87 108 -
CMYK 0 0.47 0.35 0.35
HSL 343.85º 0.31% 0.49% -
HSV(B) 343.85º 0.47% 0.65% -
XYZ 21.63 15.9 16.12 -
YUV 112.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 165 87 108 0 0.47 0.35 0.35 343.85 0.31 0.49
Hex A5 57 6C 0 2F 23 23 158 1F 31
Octal 245 127 154 0 57 43 43 530 37 61
Binary 10100101 1010111 1101100 0 101111 100011 100011 101011000 11111 110001

Color Harmonies of #A5576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5576C

Black with #A5576C

Text Example


Text Example

White with #A5576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5576C; }

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

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

background-color css

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

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

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

border-color css

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

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

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