Html Css Color HEX #A5586B Blush

📋 copy color: '#A5586B'

red 165 ◦ green 88 ◦ blue 107

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

Shades of Blush #A5586B

Tints of Blush #A5586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 45.83%
G = 24.44%
B = 29.72%

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

#A5586B (or 0xA5586B) is known color: Blush. HEX triplet: A5, 58 and 6B. RGB value is (165,88,107). Sum of RGB (Red+Green+Blue) = 165+88+107=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5586B is #5AA794. Grayscale: #717171. Windows color (decimal): -5941141 or 7035045. OLE color: 7035045.

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

Color convert

RGB 165 88 107 -
CMYK 0 0.47 0.35 0.35
HSL 345.19º 0.3% 0.5% -
HSV(B) 345.19º 0.47% 0.65% -
XYZ 21.66 16.04 15.86 -
YUV 113.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 165 88 107 0 0.47 0.35 0.35 345.19 0.3 0.5
Hex A5 58 6B 0 2F 23 23 159 1E 32
Octal 245 130 153 0 57 43 43 531 36 62
Binary 10100101 1011000 1101011 0 101111 100011 100011 101011001 11110 110010

Color Harmonies of #A5586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5586B

Black with #A5586B

Text Example


Text Example

White with #A5586B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5586B; }

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

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

background-color css

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

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

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

border-color css

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

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

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