#FFAE6B

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

Shades of Rajah #FFAE6B

Tints of Rajah #FFAE6B

Color information

#FFAE6B (or 0xFFAE6B) is unknown color: approx Rajah. HEX triplet: FF, AE and 6B. RGB value is (255,174,107). Sum of RGB (Red+Green+Blue) = 255+174+107=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE6B is #005194. Grayscale: #BEBEBE. Windows color (decimal): -20885 or 7057151. OLE color: 7057151.

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

Color convert

RGB255174107-
CMYK00.320.580
HSL27.16º100%70.98%-
HSV(B)27.16º58.04%100%-
XYZ59.0352.5920.95-
YUV190.5880.84173.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 107 (42.19% from 255) = 19.96%
R=47.57%
G=32.46%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517410700.320.58027.1610070.98
HexFFAE6B0203A01b6447
Octal37725615304072033144107
Binary11111111101011101101011010000011101001101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE6B; }

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

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

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

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

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

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

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

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