Html Css Color HEX #AD535F Hippie Pink

📋 copy color: '#AD535F'

red 173 ◦ green 83 ◦ blue 95

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

Shades of Hippie Pink #AD535F

Tints of Hippie Pink #AD535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 49.29%
G = 23.65%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD535F (or 0xAD535F) is known color: Hippie Pink. HEX triplet: AD, 53 and 5F. RGB value is (173,83,95). Sum of RGB (Red+Green+Blue) = 173+83+95=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535F is #52ACA0. Grayscale: #6F6F6F. Windows color (decimal): -5418145 or 6247341. OLE color: 6247341.

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

Color convert

RGB 173 83 95 -
CMYK 0 0.52 0.45 0.32
HSL 352º 0.35% 0.5% -
HSV(B) 352º 0.52% 0.68% -
XYZ 22.39 15.9 12.71 -
YUV 111.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 173 83 95 0 0.52 0.45 0.32 352 0.35 0.5
Hex AD 53 5F 0 34 2D 20 160 23 32
Octal 255 123 137 0 64 55 40 540 43 62
Binary 10101101 1010011 1011111 0 110100 101101 100000 101100000 100011 110010

Color Harmonies of #AD535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD535F

Black with #AD535F

Text Example


Text Example

White with #AD535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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