Html Css Color HEX #A1D6AC Chinook

📋 copy color: '#A1D6AC'

red 161 ◦ green 214 ◦ blue 172

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

Shades of Chinook #A1D6AC

Tints of Chinook #A1D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 29.43%
G = 39.12%
B = 31.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A1D6AC (or 0xA1D6AC) is known color: Chinook. HEX triplet: A1, D6 and AC. RGB value is (161,214,172). Sum of RGB (Red+Green+Blue) = 161+214+172=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D6AC is #5E2953. Grayscale: #C1C1C1. Windows color (decimal): -6170964 or 11327137. OLE color: 11327137.

HSL color Cylindrical-coordinate representation of color #A1D6AC: hue angle of 132.45º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6AC is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 172 -
CMYK 0.25 0 0.20 0.16
HSL 132.45º 0.39% 0.74% -
HSV(B) 132.45º 0.25% 0.84% -
XYZ 46.19 58.65 47.92 -
YUV 193.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 161 214 172 0.25 0 0.20 0.16 132.45 0.39 0.74
Hex A1 D6 AC 19 0 14 10 84 27 4A
Octal 241 326 254 31 0 24 20 204 47 112
Binary 10100001 11010110 10101100 11001 0 10100 10000 10000100 100111 1001010

Color Harmonies of #A1D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6AC

Black with #A1D6AC

Text Example


Text Example

White with #A1D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6AC; }

 p { color: rgb(161,214,172); }

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

background-color css

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

 a { background-color: rgb(161,214,172); }

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

border-color css

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

 span { border-color: rgb(161,214,172); }

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