#BAAD99

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

Shades of Akaroa #BAAD99

Tints of Akaroa #BAAD99

Color information

#BAAD99 (or 0xBAAD99) is unknown color: approx Akaroa. HEX triplet: BA, AD and 99. RGB value is (186,173,153). Sum of RGB (Red+Green+Blue) = 186+173+153=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD99 is #455266. Grayscale: #AEAEAE. Windows color (decimal): -4543079 or 10071482. OLE color: 10071482.

HSL color Cylindrical-coordinate representation of color #BAAD99: hue angle of 36.36º degrees, saturation: 0.19, 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 #BAAD99 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186173153-
CMYK00.070.180.27
HSL36.36º19.3%66.47%-
HSV(B)36.36º17.74%72.94%-
XYZ40.9442.6336.21-
YUV174.61115.81136.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=36.33%
G=33.79%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617315300.070.180.2736.3619.366.47
HexBAAD9907121B241342
Octal2722552310722334423102
Binary10111010101011011001100101111001011011100100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD99; }

 p { color: rgb(186,173,153); }

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

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

 a { background-color: rgb(186,173,153); }

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

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

 span { border-color: rgb(186,173,153); }

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