Html Css Color HEX #AF454B Hippie Pink

📋 copy color: '#AF454B'

red 175 ◦ green 69 ◦ blue 75

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

Shades of Hippie Pink #AF454B

Tints of Hippie Pink #AF454B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 54.86%
G = 21.63%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF454B (or 0xAF454B) is known color: Hippie Pink. HEX triplet: AF, 45 and 4B. RGB value is (175,69,75). Sum of RGB (Red+Green+Blue) = 175+69+75=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF454B is #50BAB4. Grayscale: #656565. Windows color (decimal): -5290677 or 4933039. OLE color: 4933039.

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

Color convert

RGB 175 69 75 -
CMYK 0 0.61 0.57 0.31
HSL 356.6º 0.43% 0.48% -
HSV(B) 356.6º 0.61% 0.69% -
XYZ 21.08 13.88 8.22 -
YUV 101.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 175 69 75 0 0.61 0.57 0.31 356.6 0.43 0.48
Hex AF 45 4B 0 3D 39 1F 165 2B 30
Octal 257 105 113 0 75 71 37 545 53 60
Binary 10101111 1000101 1001011 0 111101 111001 11111 101100101 101011 110000

Color Harmonies of #AF454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF454B

Black with #AF454B

Text Example


Text Example

White with #AF454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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