#FFAA56

Color #FFAA56 Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #FFAA56

Tints of Texas Rose #FFAA56

Color information

#FFAA56 (or 0xFFAA56) is unknown color: approx Texas Rose. HEX triplet: FF, AA and 56. RGB value is (255,170,86). Sum of RGB (Red+Green+Blue) = 255+170+86=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA56 is #0055A9. Grayscale: #BABABA. Windows color (decimal): -21930 or 5679871. OLE color: 5679871.

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

Color convert

RGB25517086-
CMYK00.330.660
HSL29.82º100%66.86%-
HSV(B)29.82º66.27%100%-
XYZ57.2950.6815.57-
YUV185.8471.66177.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 86 (33.98% from 255) = 16.83%
R=49.90%
G=33.27%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551708600.330.66029.8210066.86
HexFFAA560214201e6443
Octal377252126041102036144103
Binary111111111010101010101100100001100001001111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA56; }

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

 H1.HeaderClassName
 {
   color: #FFAA56;
 }
 .AnyTagClassName
 {
   color: #FFAA56;
 }
</style>
background-color css

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

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

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

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

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

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