#FFAA55

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

Shades of Texas Rose #FFAA55

Tints of Texas Rose #FFAA55

Color information

#FFAA55 (or 0xFFAA55) is unknown color: approx Texas Rose. HEX triplet: FF, AA and 55. RGB value is (255,170,85). Sum of RGB (Red+Green+Blue) = 255+170+85=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA55 is #0055AA. Grayscale: #BABABA. Windows color (decimal): -21931 or 5614335. OLE color: 5614335.

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

Color convert

RGB25517085-
CMYK00.330.670
HSL30º100%66.67%-
HSV(B)30º66.67%100%-
XYZ57.2550.6715.36-
YUV185.7271.16177.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551708500.330.6703010066.67
HexFFAA550214301e6443
Octal377252125041103036144103
Binary111111111010101010101010100001100001101111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA55; }

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

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

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

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

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

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

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

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