Html Css Color HEX #A1CAC6 Sinbad

📋 copy color: '#A1CAC6'

red 161 ◦ green 202 ◦ blue 198

#A1CAC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #A1CAC6

Tints of Sinbad #A1CAC6

RGB

 RED value IS 161 (63.28% from 255) = 28.7%

 GREEN value IS 202 (79.3% from 255) = 36.01%

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 28.7%
G = 36.01%
B = 35.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#A1CAC6 (or 0xA1CAC6) is known color: Sinbad. HEX triplet: A1, CA and C6. RGB value is (161,202,198). Sum of RGB (Red+Green+Blue) = 161+202+198=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC6 is #5E3539. Grayscale: #BDBDBD. Windows color (decimal): -6174010 or 13028001. OLE color: 13028001.

HSL color Cylindrical-coordinate representation of color #A1CAC6: hue angle of 174.15º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CAC6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 198 -
CMYK 0.20 0 0.02 0.21
HSL 174.15º 0.28% 0.71% -
HSV(B) 174.15º 0.2% 0.79% -
XYZ 46.01 53.9 61.4 -
YUV 189.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 161 202 198 0.20 0 0.02 0.21 174.15 0.28 0.71
Hex A1 CA C6 14 0 2 15 AE 1C 47
Octal 241 312 306 24 0 2 25 256 34 107
Binary 10100001 11001010 11000110 10100 0 10 10101 10101110 11100 1000111

Color Harmonies of #A1CAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAC6

Black with #A1CAC6

Text Example


Text Example

White with #A1CAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAC6; }

 p { color: rgb(161,202,198); }

 H1.HeaderClassName
 {
   color: #A1CAC6;
 }
 .AnyTagClassName
 {
   color: #A1CAC6;
 }
</style>

background-color css

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

 a { background-color: rgb(161,202,198); }

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

border-color css

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

 span { border-color: rgb(161,202,198); }

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