Html Css Color HEX #AF484A Hippie Pink

📋 copy color: '#AF484A'

red 175 ◦ green 72 ◦ blue 74

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

Shades of Hippie Pink #AF484A

Tints of Hippie Pink #AF484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

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

R = 54.52%
G = 22.43%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF484A (or 0xAF484A) is known color: Hippie Pink. HEX triplet: AF, 48 and 4A. RGB value is (175,72,74). Sum of RGB (Red+Green+Blue) = 175+72+74=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF484A is #50B7B5. Grayscale: #676767. Windows color (decimal): -5289910 or 4868271. OLE color: 4868271.

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

Color convert

RGB 175 72 74 -
CMYK 0 0.59 0.58 0.31
HSL 358.84º 0.42% 0.48% -
HSV(B) 358.84º 0.59% 0.69% -
XYZ 21.23 14.24 8.11 -
YUV 103.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 175 72 74 0 0.59 0.58 0.31 358.84 0.42 0.48
Hex AF 48 4A 0 3B 3A 1F 167 2A 30
Octal 257 110 112 0 73 72 37 547 52 60
Binary 10101111 1001000 1001010 0 111011 111010 11111 101100111 101010 110000

Color Harmonies of #AF484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF484A

Black with #AF484A

Text Example


Text Example

White with #AF484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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