#AAB634

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

Shades of Bahia #AAB634

Tints of Bahia #AAB634

Color information

#AAB634 (or 0xAAB634) is unknown color: approx Bahia. HEX triplet: AA, B6 and 34. RGB value is (170,182,52). Sum of RGB (Red+Green+Blue) = 170+182+52=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB634 is #5549CB. Grayscale: #A4A4A4. Windows color (decimal): -5589452 or 3454634. OLE color: 3454634.

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

Color convert

RGB17018252-
CMYK0.0700.710.29
HSL65.54º55.56%45.88%-
HSV(B)65.54º71.43%71.37%-
XYZ33.9342.259.62-
YUV163.5965.02132.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 52 (20.70% from 255) = 12.87%
R=42.08%
G=45.05%
B=12.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170182520.0700.710.2965.5455.5645.88
HexAAB63470471D42382e
Octal2522666470107351027056
Binary101010101011011011010011101000111111011000010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB634; }

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

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

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

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

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

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

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

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