#FFAA58

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

Shades of Texas Rose #FFAA58

Tints of Texas Rose #FFAA58

Color information

#FFAA58 (or 0xFFAA58) is unknown color: approx Texas Rose. HEX triplet: FF, AA and 58. RGB value is (255,170,88). Sum of RGB (Red+Green+Blue) = 255+170+88=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA58 is #0055A7. Grayscale: #BABABA. Windows color (decimal): -21928 or 5810943. OLE color: 5810943.

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

Color convert

RGB25517088-
CMYK00.330.650
HSL29.46º100%67.25%-
HSV(B)29.46º65.49%100%-
XYZ57.3850.7116-
YUV186.0772.66177.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 88 (34.77% from 255) = 17.15%
R=49.71%
G=33.14%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551708800.330.65029.4610067.25
HexFFAA580214101d6443
Octal377252130041101035144103
Binary111111111010101010110000100001100000101110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA58; }

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

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

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

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

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

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

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

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