Html Css Color HEX #A1CDA6 Chinook

📋 copy color: '#A1CDA6'

red 161 ◦ green 205 ◦ blue 166

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

Shades of Chinook #A1CDA6

Tints of Chinook #A1CDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

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

R = 30.26%
G = 38.53%
B = 31.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#A1CDA6 (or 0xA1CDA6) is known color: Chinook. HEX triplet: A1, CD and A6. RGB value is (161,205,166). Sum of RGB (Red+Green+Blue) = 161+205+166=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDA6 is #5E3259. Grayscale: #BBBBBB. Windows color (decimal): -6173274 or 10931617. OLE color: 10931617.

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

Color convert

RGB 161 205 166 -
CMYK 0.21 0 0.19 0.20
HSL 126.82º 0.31% 0.72% -
HSV(B) 126.82º 0.21% 0.8% -
XYZ 43.41 53.99 44.21 -
YUV 187.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 161 205 166 0.21 0 0.19 0.20 126.82 0.31 0.72
Hex A1 CD A6 15 0 13 14 7F 1F 48
Octal 241 315 246 25 0 23 24 177 37 110
Binary 10100001 11001101 10100110 10101 0 10011 10100 1111111 11111 1001000

Color Harmonies of #A1CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDA6

Black with #A1CDA6

Text Example


Text Example

White with #A1CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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