Html Css Color HEX #FFAA70 Hit Pink

📋 copy color: '#FFAA70'

red 255 ◦ green 170 ◦ blue 112

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

Shades of Hit Pink #FFAA70

Tints of Hit Pink #FFAA70

RGB

 RED value IS 255 (100% from 255) = 47.49%

 GREEN value IS 170 (66.8% from 255) = 31.66%

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 47.49%
G = 31.66%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFAA70 (or 0xFFAA70) is known color: Hit Pink. HEX triplet: FF, AA and 70. RGB value is (255,170,112). Sum of RGB (Red+Green+Blue) = 255+170+112=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA70 is #00558F. Grayscale: #BDBDBD. Windows color (decimal): -21904 or 7383807. OLE color: 7383807.

HSL color Cylindrical-coordinate representation of color #FFAA70: hue angle of 24.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFAA70 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 170 112 -
CMYK 0 0.33 0.56 0
HSL 24.34º 1% 0.72% -
HSV(B) 24.34º 0.56% 1% -
XYZ 58.54 51.18 22.12 -
YUV 188.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 255 170 112 0 0.33 0.56 0 24.34 1 0.72
Hex FF AA 70 0 21 38 0 18 64 48
Octal 377 252 160 0 41 70 0 30 144 110
Binary 11111111 10101010 1110000 0 100001 111000 0 11000 1100100 1001000

Color Harmonies of #FFAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA70

Black with #FFAA70

Text Example


Text Example

White with #FFAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA70; }

 p { color: rgb(255,170,112); }

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

background-color css

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

 a { background-color: rgb(255,170,112); }

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

border-color css

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

 span { border-color: rgb(255,170,112); }

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