Html Css Color HEX #AD5C5E Hippie Pink

📋 copy color: '#AD5C5E'

red 173 ◦ green 92 ◦ blue 94

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

Shades of Hippie Pink #AD5C5E

Tints of Hippie Pink #AD5C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 48.19%
G = 25.63%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD5C5E (or 0xAD5C5E) is known color: Hippie Pink. HEX triplet: AD, 5C and 5E. RGB value is (173,92,94). Sum of RGB (Red+Green+Blue) = 173+92+94=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C5E is #52A3A1. Grayscale: #747474. Windows color (decimal): -5415842 or 6184109. OLE color: 6184109.

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

Color convert

RGB 173 92 94 -
CMYK 0 0.47 0.46 0.32
HSL 358.52º 0.33% 0.52% -
HSV(B) 358.52º 0.47% 0.68% -
XYZ 23.08 17.35 12.72 -
YUV 116.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 173 92 94 0 0.47 0.46 0.32 358.52 0.33 0.52
Hex AD 5C 5E 0 2F 2E 20 167 21 34
Octal 255 134 136 0 57 56 40 547 41 64
Binary 10101101 1011100 1011110 0 101111 101110 100000 101100111 100001 110100

Color Harmonies of #AD5C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C5E

Black with #AD5C5E

Text Example


Text Example

White with #AD5C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C5E; }

 p { color: rgb(173,92,94); }

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

background-color css

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

 a { background-color: rgb(173,92,94); }

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

border-color css

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

 span { border-color: rgb(173,92,94); }

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