#BAAB98

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

Shades of Akaroa #BAAB98

Tints of Akaroa #BAAB98

Color information

#BAAB98 (or 0xBAAB98) is unknown color: approx Akaroa. HEX triplet: BA, AB and 98. RGB value is (186,171,152). Sum of RGB (Red+Green+Blue) = 186+171+152=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB98 is #455467. Grayscale: #ADADAD. Windows color (decimal): -4543592 or 10005434. OLE color: 10005434.

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

Color convert

RGB186171152-
CMYK00.080.180.27
HSL33.53º19.77%66.27%-
HSV(B)33.53º18.28%72.94%-
XYZ40.4841.8335.65-
YUV173.32115.97137.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=36.54%
G=33.60%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617115200.080.180.2733.5319.7766.27
HexBAAB9808121B221442
Octal27225323001022334224102
Binary101110101010101110011000010001001011011100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB98; }

 p { color: rgb(186,171,152); }

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

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

 a { background-color: rgb(186,171,152); }

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

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

 span { border-color: rgb(186,171,152); }

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