#AAB627

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

Shades of Bahia #AAB627

Tints of Bahia #AAB627

Color information

#AAB627 (or 0xAAB627) is unknown color: approx Bahia. HEX triplet: AA, B6 and 27. RGB value is (170,182,39). Sum of RGB (Red+Green+Blue) = 170+182+39=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB627 is #5549D8. Grayscale: #A2A2A2. Windows color (decimal): -5589465 or 2602666. OLE color: 2602666.

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

Color convert

RGB17018239-
CMYK0.0700.790.29
HSL65.03º64.71%43.33%-
HSV(B)65.03º78.57%71.37%-
XYZ33.6742.158.28-
YUV162.1158.52133.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=43.48%
G=46.55%
B=9.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170182390.0700.790.2965.0364.7143.33
HexAAB627704F1D41412b
Octal25226647701173510110153
Binary1010101010110110100111111010011111110110000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB627; }

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

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

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

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

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

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

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

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