Html Css Color HEX #A1D8AF Chinook

📋 copy color: '#A1D8AF'

red 161 ◦ green 216 ◦ blue 175

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

Shades of Chinook #A1D8AF

Tints of Chinook #A1D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.13%

 BLUE value IS 175 (68.75% from 255) = 31.7%

R = 29.17%
G = 39.13%
B = 31.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#A1D8AF (or 0xA1D8AF) is known color: Chinook. HEX triplet: A1, D8 and AF. RGB value is (161,216,175). Sum of RGB (Red+Green+Blue) = 161+216+175=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8AF is #5E2750. Grayscale: #C2C2C2. Windows color (decimal): -6170449 or 11524257. OLE color: 11524257.

HSL color Cylindrical-coordinate representation of color #A1D8AF: hue angle of 135.27º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8AF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 175 -
CMYK 0.25 0 0.19 0.15
HSL 135.27º 0.41% 0.74% -
HSV(B) 135.27º 0.25% 0.85% -
XYZ 46.99 59.78 49.62 -
YUV 194.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 161 216 175 0.25 0 0.19 0.15 135.27 0.41 0.74
Hex A1 D8 AF 19 0 13 F 87 29 4A
Octal 241 330 257 31 0 23 17 207 51 112
Binary 10100001 11011000 10101111 11001 0 10011 1111 10000111 101001 1001010

Color Harmonies of #A1D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D8AF

Black with #A1D8AF

Text Example


Text Example

White with #A1D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D8AF; }

 p { color: rgb(161,216,175); }

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

background-color css

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

 a { background-color: rgb(161,216,175); }

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

border-color css

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

 span { border-color: rgb(161,216,175); }

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