Html Css Color HEX #AF434E Hippie Pink

📋 copy color: '#AF434E'

red 175 ◦ green 67 ◦ blue 78

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

Shades of Hippie Pink #AF434E

Tints of Hippie Pink #AF434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 54.69%
G = 20.94%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF434E (or 0xAF434E) is known color: Hippie Pink. HEX triplet: AF, 43 and 4E. RGB value is (175,67,78). Sum of RGB (Red+Green+Blue) = 175+67+78=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF434E is #50BCB1. Grayscale: #646464. Windows color (decimal): -5291186 or 5129135. OLE color: 5129135.

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

Color convert

RGB 175 67 78 -
CMYK 0 0.62 0.55 0.31
HSL 353.89º 0.45% 0.47% -
HSV(B) 353.89º 0.62% 0.69% -
XYZ 21.06 13.68 8.74 -
YUV 100.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 175 67 78 0 0.62 0.55 0.31 353.89 0.45 0.47
Hex AF 43 4E 0 3E 37 1F 162 2D 2F
Octal 257 103 116 0 76 67 37 542 55 57
Binary 10101111 1000011 1001110 0 111110 110111 11111 101100010 101101 101111

Color Harmonies of #AF434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF434E

Black with #AF434E

Text Example


Text Example

White with #AF434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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