Html Css Color HEX #A1DCA6 Chinook

📋 copy color: '#A1DCA6'

red 161 ◦ green 220 ◦ blue 166

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

Shades of Chinook #A1DCA6

Tints of Chinook #A1DCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

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

R = 29.43%
G = 40.22%
B = 30.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#A1DCA6 (or 0xA1DCA6) is known color: Chinook. HEX triplet: A1, DC and A6. RGB value is (161,220,166). Sum of RGB (Red+Green+Blue) = 161+220+166=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA6 is #5E2359. Grayscale: #C4C4C4. Windows color (decimal): -6169434 or 10935457. OLE color: 10935457.

HSL color Cylindrical-coordinate representation of color #A1DCA6: hue angle of 125.08º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCA6 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 166 -
CMYK 0.27 0 0.25 0.14
HSL 125.08º 0.46% 0.75% -
HSV(B) 125.08º 0.27% 0.86% -
XYZ 47.17 61.52 45.46 -
YUV 196.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 161 220 166 0.27 0 0.25 0.14 125.08 0.46 0.75
Hex A1 DC A6 1B 0 19 E 7D 2E 4B
Octal 241 334 246 33 0 31 16 175 56 113
Binary 10100001 11011100 10100110 11011 0 11001 1110 1111101 101110 1001011

Color Harmonies of #A1DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCA6

Black with #A1DCA6

Text Example


Text Example

White with #A1DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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