Html Css Color HEX #FFAE70 Hit Pink

📋 copy color: '#FFAE70'

red 255 ◦ green 174 ◦ blue 112

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

Shades of Hit Pink #FFAE70

Tints of Hit Pink #FFAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.16%

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

R = 47.13%
G = 32.16%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFAE70 (or 0xFFAE70) is known color: Hit Pink. HEX triplet: FF, AE and 70. RGB value is (255,174,112). Sum of RGB (Red+Green+Blue) = 255+174+112=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE70 is #00518F. Grayscale: #BFBFBF. Windows color (decimal): -20880 or 7384831. OLE color: 7384831.

HSL color Cylindrical-coordinate representation of color #FFAE70: hue angle of 26.01º 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 #FFAE70 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 174 112 -
CMYK 0 0.32 0.56 0
HSL 26.01º 1% 0.72% -
HSV(B) 26.01º 0.56% 1% -
XYZ 59.3 52.7 22.38 -
YUV 191.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 255 174 112 0 0.32 0.56 0 26.01 1 0.72
Hex FF AE 70 0 20 38 0 1A 64 48
Octal 377 256 160 0 40 70 0 32 144 110
Binary 11111111 10101110 1110000 0 100000 111000 0 11010 1100100 1001000

Color Harmonies of #FFAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE70

Black with #FFAE70

Text Example


Text Example

White with #FFAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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