#FFAA5F

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

Shades of Rajah #FFAA5F

Tints of Rajah #FFAA5F

Color information

#FFAA5F (or 0xFFAA5F) is unknown color: approx Rajah. HEX triplet: FF, AA and 5F. RGB value is (255,170,95). Sum of RGB (Red+Green+Blue) = 255+170+95=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA5F is #0055A0. Grayscale: #BBBBBB. Windows color (decimal): -21921 or 6269695. OLE color: 6269695.

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

Color convert

RGB25517095-
CMYK00.330.630
HSL28.13º100%68.63%-
HSV(B)28.13º62.75%100%-
XYZ57.6850.8417.6-
YUV186.8676.16176.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=49.04%
G=32.69%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551709500.330.63028.1310068.63
HexFFAA5F0213F01c6445
Octal37725213704177034144105
Binary11111111101010101011111010000111111101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA5F; }

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

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

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

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

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

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

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

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