Html Css Color HEX #AF454A Hippie Pink

📋 copy color: '#AF454A'

red 175 ◦ green 69 ◦ blue 74

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

Shades of Hippie Pink #AF454A

Tints of Hippie Pink #AF454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 55.03%
G = 21.7%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF454A (or 0xAF454A) is known color: Hippie Pink. HEX triplet: AF, 45 and 4A. RGB value is (175,69,74). Sum of RGB (Red+Green+Blue) = 175+69+74=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF454A is #50BAB5. Grayscale: #656565. Windows color (decimal): -5290678 or 4867503. OLE color: 4867503.

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

Color convert

RGB 175 69 74 -
CMYK 0 0.61 0.58 0.31
HSL 357.17º 0.43% 0.48% -
HSV(B) 357.17º 0.61% 0.69% -
XYZ 21.04 13.86 8.05 -
YUV 101.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 175 69 74 0 0.61 0.58 0.31 357.17 0.43 0.48
Hex AF 45 4A 0 3D 3A 1F 165 2B 30
Octal 257 105 112 0 75 72 37 545 53 60
Binary 10101111 1000101 1001010 0 111101 111010 11111 101100101 101011 110000

Color Harmonies of #AF454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF454A

Black with #AF454A

Text Example


Text Example

White with #AF454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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