#BAAD9A

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

Shades of Akaroa #BAAD9A

Tints of Akaroa #BAAD9A

Color information

#BAAD9A (or 0xBAAD9A) is unknown color: approx Akaroa. HEX triplet: BA, AD and 9A. RGB value is (186,173,154). Sum of RGB (Red+Green+Blue) = 186+173+154=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9A is #455265. Grayscale: #AEAEAE. Windows color (decimal): -4543078 or 10137018. OLE color: 10137018.

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

Color convert

RGB186173154-
CMYK00.070.170.27
HSL35.63º18.82%66.67%-
HSV(B)35.63º17.2%72.94%-
XYZ41.0342.6636.64-
YUV174.72116.31136.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=36.26%
G=33.72%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617315400.070.170.2735.6318.8266.67
HexBAAD9A07111B241343
Octal2722552320721334423103
Binary10111010101011011001101001111000111011100100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD9A; }

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

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

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

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

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

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

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

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