Html Css Color HEX #AD434F Hippie Pink

📋 copy color: '#AD434F'

red 173 ◦ green 67 ◦ blue 79

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

Shades of Hippie Pink #AD434F

Tints of Hippie Pink #AD434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 54.23%
G = 21%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD434F (or 0xAD434F) is known color: Hippie Pink. HEX triplet: AD, 43 and 4F. RGB value is (173,67,79). Sum of RGB (Red+Green+Blue) = 173+67+79=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD434F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD434F is #52BCB0. Grayscale: #646464. Windows color (decimal): -5422257 or 5194669. OLE color: 5194669.

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

Color convert

RGB 173 67 79 -
CMYK 0 0.61 0.54 0.32
HSL 353.21º 0.44% 0.47% -
HSV(B) 353.21º 0.61% 0.68% -
XYZ 20.65 13.46 8.91 -
YUV 100.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 173 67 79 0 0.61 0.54 0.32 353.21 0.44 0.47
Hex AD 43 4F 0 3D 36 20 161 2C 2F
Octal 255 103 117 0 75 66 40 541 54 57
Binary 10101101 1000011 1001111 0 111101 110110 100000 101100001 101100 101111

Color Harmonies of #AD434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD434F

Black with #AD434F

Text Example


Text Example

White with #AD434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD434F; }

 p { color: rgb(173,67,79); }

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

background-color css

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

 a { background-color: rgb(173,67,79); }

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

border-color css

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

 span { border-color: rgb(173,67,79); }

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