#AAB727

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

Shades of Bahia #AAB727

Tints of Bahia #AAB727

Color information

#AAB727 (or 0xAAB727) is unknown color: approx Bahia. HEX triplet: AA, B7 and 27. RGB value is (170,183,39). Sum of RGB (Red+Green+Blue) = 170+183+39=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB727 is #5548D8. Grayscale: #A3A3A3. Windows color (decimal): -5589209 or 2602922. OLE color: 2602922.

HSL color Cylindrical-coordinate representation of color #AAB727: hue angle of 65.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB727 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB17018339-
CMYK0.0700.790.28
HSL65.42º64.86%43.53%-
HSV(B)65.42º78.69%71.76%-
XYZ33.8842.568.35-
YUV162.758.19133.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 39 (15.62% from 255) = 9.95%
R=43.37%
G=46.68%
B=9.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183390.0700.790.2865.4264.8643.53
HexAAB727704F1C41412c
Octal25226747701173410110154
Binary1010101010110111100111111010011111110010000011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB727; }

 p { color: rgb(170,183,39); }

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

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

 a { background-color: rgb(170,183,39); }

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

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

 span { border-color: rgb(170,183,39); }

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