Html Css Color HEX #AF455A Hippie Pink

📋 copy color: '#AF455A'

red 175 ◦ green 69 ◦ blue 90

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

Shades of Hippie Pink #AF455A

Tints of Hippie Pink #AF455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 52.4%
G = 20.66%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF455A (or 0xAF455A) is known color: Hippie Pink. HEX triplet: AF, 45 and 5A. RGB value is (175,69,90). Sum of RGB (Red+Green+Blue) = 175+69+90=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF455A is #50BAA5. Grayscale: #676767. Windows color (decimal): -5290662 or 5916079. OLE color: 5916079.

HSL color Cylindrical-coordinate representation of color #AF455A: hue angle of 348.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF455A is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 90 -
CMYK 0 0.61 0.49 0.31
HSL 348.11º 0.43% 0.48% -
HSV(B) 348.11º 0.61% 0.69% -
XYZ 21.65 14.11 11.25 -
YUV 103.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 175 69 90 0 0.61 0.49 0.31 348.11 0.43 0.48
Hex AF 45 5A 0 3D 31 1F 15C 2B 30
Octal 257 105 132 0 75 61 37 534 53 60
Binary 10101111 1000101 1011010 0 111101 110001 11111 101011100 101011 110000

Color Harmonies of #AF455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF455A

Black with #AF455A

Text Example


Text Example

White with #AF455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF455A; }

 p { color: rgb(175,69,90); }

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

background-color css

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

 a { background-color: rgb(175,69,90); }

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

border-color css

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

 span { border-color: rgb(175,69,90); }

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