Html Css Color HEX #AF434C Hippie Pink

📋 copy color: '#AF434C'

red 175 ◦ green 67 ◦ blue 76

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

Shades of Hippie Pink #AF434C

Tints of Hippie Pink #AF434C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 55.03%
G = 21.07%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF434C (or 0xAF434C) is known color: Hippie Pink. HEX triplet: AF, 43 and 4C. RGB value is (175,67,76). Sum of RGB (Red+Green+Blue) = 175+67+76=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF434C is #50BCB3. Grayscale: #646464. Windows color (decimal): -5291188 or 4998063. OLE color: 4998063.

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

Color convert

RGB 175 67 76 -
CMYK 0 0.62 0.57 0.31
HSL 355º 0.45% 0.47% -
HSV(B) 355º 0.62% 0.69% -
XYZ 20.99 13.65 8.37 -
YUV 100.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 175 67 76 0 0.62 0.57 0.31 355 0.45 0.47
Hex AF 43 4C 0 3E 39 1F 163 2D 2F
Octal 257 103 114 0 76 71 37 543 55 57
Binary 10101111 1000011 1001100 0 111110 111001 11111 101100011 101101 101111

Color Harmonies of #AF434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF434C

Black with #AF434C

Text Example


Text Example

White with #AF434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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