Html Css Color HEX #AF464A Hippie Pink

📋 copy color: '#AF464A'

red 175 ◦ green 70 ◦ blue 74

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

Shades of Hippie Pink #AF464A

Tints of Hippie Pink #AF464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

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

R = 54.86%
G = 21.94%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF464A (or 0xAF464A) is known color: Hippie Pink. HEX triplet: AF, 46 and 4A. RGB value is (175,70,74). Sum of RGB (Red+Green+Blue) = 175+70+74=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF464A is #50B9B5. Grayscale: #656565. Windows color (decimal): -5290422 or 4867759. OLE color: 4867759.

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

Color convert

RGB 175 70 74 -
CMYK 0 0.60 0.58 0.31
HSL 357.71º 0.43% 0.48% -
HSV(B) 357.71º 0.6% 0.69% -
XYZ 21.11 13.99 8.07 -
YUV 101.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 175 70 74 0 0.60 0.58 0.31 357.71 0.43 0.48
Hex AF 46 4A 0 3C 3A 1F 166 2B 30
Octal 257 106 112 0 74 72 37 546 53 60
Binary 10101111 1000110 1001010 0 111100 111010 11111 101100110 101011 110000

Color Harmonies of #AF464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF464A

Black with #AF464A

Text Example


Text Example

White with #AF464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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