Html Css Color HEX #AF435D Hippie Pink

📋 copy color: '#AF435D'

red 175 ◦ green 67 ◦ blue 93

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

Shades of Hippie Pink #AF435D

Tints of Hippie Pink #AF435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 52.24%
G = 20%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF435D (or 0xAF435D) is known color: Hippie Pink. HEX triplet: AF, 43 and 5D. RGB value is (175,67,93). Sum of RGB (Red+Green+Blue) = 175+67+93=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF435D is #50BCA2. Grayscale: #666666. Windows color (decimal): -5291171 or 6112175. OLE color: 6112175.

HSL color Cylindrical-coordinate representation of color #AF435D: hue angle of 345.56º 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 #AF435D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 93 -
CMYK 0 0.62 0.47 0.31
HSL 345.56º 0.45% 0.47% -
HSV(B) 345.56º 0.62% 0.69% -
XYZ 21.66 13.92 11.9 -
YUV 102.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 175 67 93 0 0.62 0.47 0.31 345.56 0.45 0.47
Hex AF 43 5D 0 3E 2F 1F 15A 2D 2F
Octal 257 103 135 0 76 57 37 532 55 57
Binary 10101111 1000011 1011101 0 111110 101111 11111 101011010 101101 101111

Color Harmonies of #AF435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF435D

Black with #AF435D

Text Example


Text Example

White with #AF435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF435D; }

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

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

background-color css

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

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

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

border-color css

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

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

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