#BAAD98

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

Shades of Akaroa #BAAD98

Tints of Akaroa #BAAD98

Color information

#BAAD98 (or 0xBAAD98) is unknown color: approx Akaroa. HEX triplet: BA, AD and 98. RGB value is (186,173,152). Sum of RGB (Red+Green+Blue) = 186+173+152=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD98 is #455267. Grayscale: #AEAEAE. Windows color (decimal): -4543080 or 10005946. OLE color: 10005946.

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

Color convert

RGB186173152-
CMYK00.070.180.27
HSL37.06º19.77%66.27%-
HSV(B)37.06º18.28%72.94%-
XYZ40.8642.5935.77-
YUV174.49115.31136.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=36.40%
G=33.86%
B=29.75%

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
Decimal18617315200.070.180.2737.0619.7766.27
HexBAAD9807121B251442
Octal2722552300722334524102
Binary10111010101011011001100001111001011011100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD98; }

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

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

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

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

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

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

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

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