Html Css Color HEX #A5535C Hippie Pink

📋 copy color: '#A5535C'

red 165 ◦ green 83 ◦ blue 92

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

Shades of Hippie Pink #A5535C

Tints of Hippie Pink #A5535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 48.53%
G = 24.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5535C (or 0xA5535C) is known color: Hippie Pink. HEX triplet: A5, 53 and 5C. RGB value is (165,83,92). Sum of RGB (Red+Green+Blue) = 165+83+92=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5535C is #5AACA3. Grayscale: #6C6C6C. Windows color (decimal): -5942436 or 6050725. OLE color: 6050725.

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

Color convert

RGB 165 83 92 -
CMYK 0 0.50 0.44 0.35
HSL 353.41º 0.33% 0.49% -
HSV(B) 353.41º 0.5% 0.65% -
XYZ 20.54 14.96 11.93 -
YUV 108.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 165 83 92 0 0.50 0.44 0.35 353.41 0.33 0.49
Hex A5 53 5C 0 32 2C 23 161 21 31
Octal 245 123 134 0 62 54 43 541 41 61
Binary 10100101 1010011 1011100 0 110010 101100 100011 101100001 100001 110001

Color Harmonies of #A5535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5535C

Black with #A5535C

Text Example


Text Example

White with #A5535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5535C; }

 p { color: rgb(165,83,92); }

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

background-color css

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

 a { background-color: rgb(165,83,92); }

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

border-color css

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

 span { border-color: rgb(165,83,92); }

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