Html Css Color HEX #FFAE71 Tacao

📋 copy color: '#FFAE71'

red 255 ◦ green 174 ◦ blue 113

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

Shades of Tacao #FFAE71

Tints of Tacao #FFAE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.85%

R = 47.05%
G = 32.1%
B = 20.85%

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

#FFAE71 (or 0xFFAE71) is known color: Tacao. HEX triplet: FF, AE and 71. RGB value is (255,174,113). Sum of RGB (Red+Green+Blue) = 255+174+113=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE71 is #00518E. Grayscale: #BFBFBF. Windows color (decimal): -20879 or 7450367. OLE color: 7450367.

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

Color convert

RGB 255 174 113 -
CMYK 0 0.32 0.56 0
HSL 25.77º 1% 0.72% -
HSV(B) 25.77º 0.56% 1% -
XYZ 59.36 52.72 22.67 -
YUV 191.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 255 174 113 0 0.32 0.56 0 25.77 1 0.72
Hex FF AE 71 0 20 38 0 1A 64 48
Octal 377 256 161 0 40 70 0 32 144 110
Binary 11111111 10101110 1110001 0 100000 111000 0 11010 1100100 1001000

Color Harmonies of #FFAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE71

Black with #FFAE71

Text Example


Text Example

White with #FFAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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