#A8CABA

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

Shades of Tiara #A8CABA

Tints of Tiara #A8CABA

Color information

#A8CABA (or 0xA8CABA) is unknown color: approx Tiara. HEX triplet: A8, CA and BA. RGB value is (168,202,186). Sum of RGB (Red+Green+Blue) = 168+202+186=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CABA is #573545. Grayscale: #BEBEBE. Windows color (decimal): -5715270 or 12241576. OLE color: 12241576.

HSL color Cylindrical-coordinate representation of color #A8CABA: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CABA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB168202186-
CMYK0.1700.080.21
HSL151.76º24.29%72.55%-
HSV(B)151.76º16.83%79.22%-
XYZ46.1354.1154.47-
YUV190.01125.74112.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=30.22%
G=36.33%
B=33.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021860.1700.080.21151.7624.2972.55
HexA8CABA110815981849
Octal250312272210102523030111
Binary10101000110010101011101010001010001010110011000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CABA; }

 p { color: rgb(168,202,186); }

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

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

 a { background-color: rgb(168,202,186); }

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

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

 span { border-color: rgb(168,202,186); }

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