#FFAE69

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

Shades of Rajah #FFAE69

Tints of Rajah #FFAE69

Color information

#FFAE69 (or 0xFFAE69) is unknown color: approx Rajah. HEX triplet: FF, AE and 69. RGB value is (255,174,105). Sum of RGB (Red+Green+Blue) = 255+174+105=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE69 is #005196. Grayscale: #BEBEBE. Windows color (decimal): -20887 or 6926079. OLE color: 6926079.

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

Color convert

RGB255174105-
CMYK00.320.590
HSL27.6º100%70.59%-
HSV(B)27.6º58.82%100%-
XYZ58.9352.5520.4-
YUV190.3579.84174.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=47.75%
G=32.58%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517410500.320.59027.610070.59
HexFFAE690203B01c6447
Octal37725615104073034144107
Binary11111111101011101101001010000011101101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE69; }

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

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

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

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

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

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

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

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