Html Css Color HEX #A75053 Hippie Pink

📋 copy color: '#A75053'

red 167 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #A75053

Tints of Hippie Pink #A75053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 50.61%
G = 24.24%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A75053 (or 0xA75053) is known color: Hippie Pink. HEX triplet: A7, 50 and 53. RGB value is (167,80,83). Sum of RGB (Red+Green+Blue) = 167+80+83=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A75053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75053 is #58AFAC. Grayscale: #6A6A6A. Windows color (decimal): -5812141 or 5460135. OLE color: 5460135.

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

Color convert

RGB 167 80 83 -
CMYK 0 0.52 0.50 0.35
HSL 357.93º 0.35% 0.48% -
HSV(B) 357.93º 0.52% 0.65% -
XYZ 20.37 14.58 9.92 -
YUV 106.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 167 80 83 0 0.52 0.50 0.35 357.93 0.35 0.48
Hex A7 50 53 0 34 32 23 166 23 30
Octal 247 120 123 0 64 62 43 546 43 60
Binary 10100111 1010000 1010011 0 110100 110010 100011 101100110 100011 110000

Color Harmonies of #A75053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75053

Black with #A75053

Text Example


Text Example

White with #A75053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75053; }

 p { color: rgb(167,80,83); }

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

background-color css

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

 a { background-color: rgb(167,80,83); }

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

border-color css

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

 span { border-color: rgb(167,80,83); }

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