Html Css Color HEX #A1DFAF Chinook

📋 copy color: '#A1DFAF'

red 161 ◦ green 223 ◦ blue 175

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

Shades of Chinook #A1DFAF

Tints of Chinook #A1DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 28.8%
G = 39.89%
B = 31.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#A1DFAF (or 0xA1DFAF) is known color: Chinook. HEX triplet: A1, DF and AF. RGB value is (161,223,175). Sum of RGB (Red+Green+Blue) = 161+223+175=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFAF is #5E2050. Grayscale: #C7C7C7. Windows color (decimal): -6168657 or 11526049. OLE color: 11526049.

HSL color Cylindrical-coordinate representation of color #A1DFAF: hue angle of 133.55º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFAF is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 175 -
CMYK 0.28 0 0.22 0.13
HSL 133.55º 0.49% 0.75% -
HSV(B) 133.55º 0.28% 0.87% -
XYZ 48.82 63.45 50.23 -
YUV 198.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 161 223 175 0.28 0 0.22 0.13 133.55 0.49 0.75
Hex A1 DF AF 1C 0 16 D 86 31 4B
Octal 241 337 257 34 0 26 15 206 61 113
Binary 10100001 11011111 10101111 11100 0 10110 1101 10000110 110001 1001011

Color Harmonies of #A1DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFAF

Black with #A1DFAF

Text Example


Text Example

White with #A1DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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