#BAAE9D

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

Shades of Akaroa #BAAE9D

Tints of Akaroa #BAAE9D

Color information

#BAAE9D (or 0xBAAE9D) is unknown color: approx Akaroa. HEX triplet: BA, AE and 9D. RGB value is (186,174,157). Sum of RGB (Red+Green+Blue) = 186+174+157=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE9D is #455162. Grayscale: #AFAFAF. Windows color (decimal): -4542819 or 10333882. OLE color: 10333882.

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

Color convert

RGB186174157-
CMYK00.060.160.27
HSL35.17º17.37%67.25%-
HSV(B)35.17º15.59%72.94%-
XYZ41.4743.1538.04-
YUV175.65117.48135.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=35.98%
G=33.66%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617415700.060.160.2735.1717.3767.25
HexBAAE9D06101B231143
Octal2722562350620334321103
Binary10111010101011101001110101101000011011100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE9D; }

 p { color: rgb(186,174,157); }

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

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

 a { background-color: rgb(186,174,157); }

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

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

 span { border-color: rgb(186,174,157); }

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