#FFAA67

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

Shades of Rajah #FFAA67

Tints of Rajah #FFAA67

Color information

#FFAA67 (or 0xFFAA67) is unknown color: approx Rajah. HEX triplet: FF, AA and 67. RGB value is (255,170,103). Sum of RGB (Red+Green+Blue) = 255+170+103=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA67 is #005598. Grayscale: #BCBCBC. Windows color (decimal): -21913 or 6793983. OLE color: 6793983.

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

Color convert

RGB255170103-
CMYK00.330.600
HSL26.45º100%70.2%-
HSV(B)26.45º59.61%100%-
XYZ58.0650.9919.61-
YUV187.7880.16175.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 103 (40.62% from 255) = 19.51%
R=48.30%
G=32.20%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517010300.330.60026.4510070.2
HexFFAA670213C01a6446
Octal37725214704174032144106
Binary11111111101010101100111010000111110001101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA67; }

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

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

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

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

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

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

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

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