Html Css Color HEX #A55A6B Blush

📋 copy color: '#A55A6B'

red 165 ◦ green 90 ◦ blue 107

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

Shades of Blush #A55A6B

Tints of Blush #A55A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 45.58%
G = 24.86%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A55A6B (or 0xA55A6B) is known color: Blush. HEX triplet: A5, 5A and 6B. RGB value is (165,90,107). Sum of RGB (Red+Green+Blue) = 165+90+107=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A6B is #5AA594. Grayscale: #727272. Windows color (decimal): -5940629 or 7035557. OLE color: 7035557.

HSL color Cylindrical-coordinate representation of color #A55A6B: hue angle of 346.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55A6B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 90 107 -
CMYK 0 0.45 0.35 0.35
HSL 346.4º 0.29% 0.5% -
HSV(B) 346.4º 0.45% 0.65% -
XYZ 21.83 16.37 15.92 -
YUV 114.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 165 90 107 0 0.45 0.35 0.35 346.4 0.29 0.5
Hex A5 5A 6B 0 2D 23 23 15A 1D 32
Octal 245 132 153 0 55 43 43 532 35 62
Binary 10100101 1011010 1101011 0 101101 100011 100011 101011010 11101 110010

Color Harmonies of #A55A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A6B

Black with #A55A6B

Text Example


Text Example

White with #A55A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A6B; }

 p { color: rgb(165,90,107); }

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

background-color css

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

 a { background-color: rgb(165,90,107); }

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

border-color css

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

 span { border-color: rgb(165,90,107); }

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