Html Css Color HEX #A1CBA6 Chinook

📋 copy color: '#A1CBA6'

red 161 ◦ green 203 ◦ blue 166

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

Shades of Chinook #A1CBA6

Tints of Chinook #A1CBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 30.38%
G = 38.3%
B = 31.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#A1CBA6 (or 0xA1CBA6) is known color: Chinook. HEX triplet: A1, CB and A6. RGB value is (161,203,166). Sum of RGB (Red+Green+Blue) = 161+203+166=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA6 is #5E3459. Grayscale: #BABABA. Windows color (decimal): -6173786 or 10931105. OLE color: 10931105.

HSL color Cylindrical-coordinate representation of color #A1CBA6: hue angle of 127.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBA6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 166 -
CMYK 0.21 0 0.18 0.20
HSL 127.14º 0.29% 0.71% -
HSV(B) 127.14º 0.21% 0.8% -
XYZ 42.94 53.04 44.05 -
YUV 186.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 161 203 166 0.21 0 0.18 0.20 127.14 0.29 0.71
Hex A1 CB A6 15 0 12 14 7F 1D 47
Octal 241 313 246 25 0 22 24 177 35 107
Binary 10100001 11001011 10100110 10101 0 10010 10100 1111111 11101 1000111

Color Harmonies of #A1CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBA6

Black with #A1CBA6

Text Example


Text Example

White with #A1CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBA6; }

 p { color: rgb(161,203,166); }

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

background-color css

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

 a { background-color: rgb(161,203,166); }

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

border-color css

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

 span { border-color: rgb(161,203,166); }

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