Html Css Color HEX #AF4B4E Hippie Pink

📋 copy color: '#AF4B4E'

red 175 ◦ green 75 ◦ blue 78

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

Shades of Hippie Pink #AF4B4E

Tints of Hippie Pink #AF4B4E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

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

R = 53.35%
G = 22.87%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF4B4E (or 0xAF4B4E) is known color: Hippie Pink. HEX triplet: AF, 4B and 4E. RGB value is (175,75,78). Sum of RGB (Red+Green+Blue) = 175+75+78=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B4E is #50B4B1. Grayscale: #696969. Windows color (decimal): -5289138 or 5131183. OLE color: 5131183.

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

Color convert

RGB 175 75 78 -
CMYK 0 0.57 0.55 0.31
HSL 358.2º 0.4% 0.49% -
HSV(B) 358.2º 0.57% 0.69% -
XYZ 21.57 14.7 8.91 -
YUV 105.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 175 75 78 0 0.57 0.55 0.31 358.2 0.4 0.49
Hex AF 4B 4E 0 39 37 1F 166 28 31
Octal 257 113 116 0 71 67 37 546 50 61
Binary 10101111 1001011 1001110 0 111001 110111 11111 101100110 101000 110001

Color Harmonies of #AF4B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B4E

Black with #AF4B4E

Text Example


Text Example

White with #AF4B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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