Html Css Color HEX #AD535B Hippie Pink

📋 copy color: '#AD535B'

red 173 ◦ green 83 ◦ blue 91

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

Shades of Hippie Pink #AD535B

Tints of Hippie Pink #AD535B

RGB

 RED value IS 173 (67.97% from 255) = 49.86%

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 49.86%
G = 23.92%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD535B (or 0xAD535B) is known color: Hippie Pink. HEX triplet: AD, 53 and 5B. RGB value is (173,83,91). Sum of RGB (Red+Green+Blue) = 173+83+91=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535B is #52ACA4. Grayscale: #6E6E6E. Windows color (decimal): -5418149 or 5985197. OLE color: 5985197.

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

Color convert

RGB 173 83 91 -
CMYK 0 0.52 0.47 0.32
HSL 354.67º 0.35% 0.5% -
HSV(B) 354.67º 0.52% 0.68% -
XYZ 22.22 15.83 11.78 -
YUV 110.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 173 83 91 0 0.52 0.47 0.32 354.67 0.35 0.5
Hex AD 53 5B 0 34 2F 20 163 23 32
Octal 255 123 133 0 64 57 40 543 43 62
Binary 10101101 1010011 1011011 0 110100 101111 100000 101100011 100011 110010

Color Harmonies of #AD535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD535B

Black with #AD535B

Text Example


Text Example

White with #AD535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD535B; }

 p { color: rgb(173,83,91); }

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

background-color css

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

 a { background-color: rgb(173,83,91); }

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

border-color css

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

 span { border-color: rgb(173,83,91); }

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