Html Css Color HEX #A5535A Hippie Pink

📋 copy color: '#A5535A'

red 165 ◦ green 83 ◦ blue 90

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

Shades of Hippie Pink #A5535A

Tints of Hippie Pink #A5535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 48.82%
G = 24.56%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5535A (or 0xA5535A) is known color: Hippie Pink. HEX triplet: A5, 53 and 5A. RGB value is (165,83,90). Sum of RGB (Red+Green+Blue) = 165+83+90=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5535A is #5AACA5. Grayscale: #6C6C6C. Windows color (decimal): -5942438 or 5919653. OLE color: 5919653.

HSL color Cylindrical-coordinate representation of color #A5535A: hue angle of 354.88º 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 #A5535A is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 90 -
CMYK 0 0.50 0.45 0.35
HSL 354.88º 0.33% 0.49% -
HSV(B) 354.88º 0.5% 0.65% -
XYZ 20.46 14.92 11.48 -
YUV 108.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 165 83 90 0 0.50 0.45 0.35 354.88 0.33 0.49
Hex A5 53 5A 0 32 2D 23 163 21 31
Octal 245 123 132 0 62 55 43 543 41 61
Binary 10100101 1010011 1011010 0 110010 101101 100011 101100011 100001 110001

Color Harmonies of #A5535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5535A

Black with #A5535A

Text Example


Text Example

White with #A5535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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