Html Css Color HEX #A1CEAB Chinook

📋 copy color: '#A1CEAB'

red 161 ◦ green 206 ◦ blue 171

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

Shades of Chinook #A1CEAB

Tints of Chinook #A1CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 29.93%
G = 38.29%
B = 31.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A1CEAB (or 0xA1CEAB) is known color: Chinook. HEX triplet: A1, CE and AB. RGB value is (161,206,171). Sum of RGB (Red+Green+Blue) = 161+206+171=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEAB is #5E3154. Grayscale: #BCBCBC. Windows color (decimal): -6173013 or 11259553. OLE color: 11259553.

HSL color Cylindrical-coordinate representation of color #A1CEAB: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEAB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 171 -
CMYK 0.22 0 0.17 0.19
HSL 133.33º 0.31% 0.72% -
HSV(B) 133.33º 0.22% 0.81% -
XYZ 44.12 54.66 46.75 -
YUV 188.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 161 206 171 0.22 0 0.17 0.19 133.33 0.31 0.72
Hex A1 CE AB 16 0 11 13 85 1F 48
Octal 241 316 253 26 0 21 23 205 37 110
Binary 10100001 11001110 10101011 10110 0 10001 10011 10000101 11111 1001000

Color Harmonies of #A1CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEAB

Black with #A1CEAB

Text Example


Text Example

White with #A1CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEAB; }

 p { color: rgb(161,206,171); }

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

background-color css

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

 a { background-color: rgb(161,206,171); }

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

border-color css

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

 span { border-color: rgb(161,206,171); }

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