Html Css Color HEX #AF4352 Hippie Pink

📋 copy color: '#AF4352'

red 175 ◦ green 67 ◦ blue 82

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

Shades of Hippie Pink #AF4352

Tints of Hippie Pink #AF4352

RGB

 RED value IS 175 (68.75% from 255) = 54.01%

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

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 54.01%
G = 20.68%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF4352 (or 0xAF4352) is known color: Hippie Pink. HEX triplet: AF, 43 and 52. RGB value is (175,67,82). Sum of RGB (Red+Green+Blue) = 175+67+82=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4352 is #50BCAD. Grayscale: #656565. Windows color (decimal): -5291182 or 5391279. OLE color: 5391279.

HSL color Cylindrical-coordinate representation of color #AF4352: hue angle of 351.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4352 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 82 -
CMYK 0 0.62 0.53 0.31
HSL 351.67º 0.45% 0.47% -
HSV(B) 351.67º 0.62% 0.69% -
XYZ 21.21 13.74 9.52 -
YUV 101 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 175 67 82 0 0.62 0.53 0.31 351.67 0.45 0.47
Hex AF 43 52 0 3E 35 1F 160 2D 2F
Octal 257 103 122 0 76 65 37 540 55 57
Binary 10101111 1000011 1010010 0 111110 110101 11111 101100000 101101 101111

Color Harmonies of #AF4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4352

Black with #AF4352

Text Example


Text Example

White with #AF4352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4352; }

 p { color: rgb(175,67,82); }

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

background-color css

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

 a { background-color: rgb(175,67,82); }

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

border-color css

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

 span { border-color: rgb(175,67,82); }

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