#FFAE5A

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

Shades of Texas Rose #FFAE5A

Tints of Texas Rose #FFAE5A

Color information

#FFAE5A (or 0xFFAE5A) is unknown color: approx Texas Rose. HEX triplet: FF, AE and 5A. RGB value is (255,174,90). Sum of RGB (Red+Green+Blue) = 255+174+90=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE5A is #0051A5. Grayscale: #BDBDBD. Windows color (decimal): -20902 or 5943039. OLE color: 5943039.

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

Color convert

RGB25517490-
CMYK00.320.650
HSL30.55º100%67.65%-
HSV(B)30.55º64.71%100%-
XYZ58.2252.2716.69-
YUV188.6472.34175.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=49.13%
G=33.53%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551749000.320.65030.5510067.65
HexFFAE5A0204101f6444
Octal377256132040101037144104
Binary111111111010111010110100100000100000101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE5A; }

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

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

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

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

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

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

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

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