Html Css Color HEX #A75765 Blush

📋 copy color: '#A75765'

red 167 ◦ green 87 ◦ blue 101

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

Shades of Blush #A75765

Tints of Blush #A75765

RGB

 RED value IS 167 (65.63% from 255) = 47.04%

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 47.04%
G = 24.51%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A75765 (or 0xA75765) is known color: Blush. HEX triplet: A7, 57 and 65. RGB value is (167,87,101). Sum of RGB (Red+Green+Blue) = 167+87+101=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A75765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75765 is #58A89A. Grayscale: #707070. Windows color (decimal): -5810331 or 6641575. OLE color: 6641575.

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

Color convert

RGB 167 87 101 -
CMYK 0 0.48 0.40 0.35
HSL 349.5º 0.31% 0.5% -
HSV(B) 349.5º 0.48% 0.65% -
XYZ 21.69 15.97 14.25 -
YUV 112.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 167 87 101 0 0.48 0.40 0.35 349.5 0.31 0.5
Hex A7 57 65 0 30 28 23 15E 1F 32
Octal 247 127 145 0 60 50 43 536 37 62
Binary 10100111 1010111 1100101 0 110000 101000 100011 101011110 11111 110010

Color Harmonies of #A75765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75765

Black with #A75765

Text Example


Text Example

White with #A75765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75765; }

 p { color: rgb(167,87,101); }

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

background-color css

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

 a { background-color: rgb(167,87,101); }

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

border-color css

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

 span { border-color: rgb(167,87,101); }

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