#BAAF9A

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

Shades of Akaroa #BAAF9A

Tints of Akaroa #BAAF9A

Color information

#BAAF9A (or 0xBAAF9A) is unknown color: approx Akaroa. HEX triplet: BA, AF and 9A. RGB value is (186,175,154). Sum of RGB (Red+Green+Blue) = 186+175+154=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF9A is #455065. Grayscale: #AFAFAF. Windows color (decimal): -4542566 or 10137530. OLE color: 10137530.

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

Color convert

RGB186175154-
CMYK00.060.170.27
HSL39.38º18.82%66.67%-
HSV(B)39.38º17.2%72.94%-
XYZ41.4143.4336.77-
YUV175.9115.64135.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=36.12%
G=33.98%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617515400.060.170.2739.3818.8266.67
HexBAAF9A06111B271343
Octal2722572320621334723103
Binary10111010101011111001101001101000111011100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF9A; }

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

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

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

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

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

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

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

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