#BAAA96

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

Shades of Akaroa #BAAA96

Tints of Akaroa #BAAA96

Color information

#BAAA96 (or 0xBAAA96) is unknown color: approx Akaroa. HEX triplet: BA, AA and 96. RGB value is (186,170,150). Sum of RGB (Red+Green+Blue) = 186+170+150=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA96 is #455569. Grayscale: #ACACAC. Windows color (decimal): -4543850 or 9874106. OLE color: 9874106.

HSL color Cylindrical-coordinate representation of color #BAAA96: hue angle of 33.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAA96 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186170150-
CMYK00.090.190.27
HSL33.33º20.69%65.88%-
HSV(B)33.33º19.35%72.94%-
XYZ40.1341.3934.73-
YUV172.5115.3137.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=36.76%
G=33.60%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617015000.090.190.2733.3320.6965.88
HexBAAA9609131B211542
Octal27225222601123334125102
Binary101110101010101010010110010011001111011100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA96; }

 p { color: rgb(186,170,150); }

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

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

 a { background-color: rgb(186,170,150); }

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

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

 span { border-color: rgb(186,170,150); }

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