Html Css Color HEX #A1DFAD Chinook

📋 copy color: '#A1DFAD'

red 161 ◦ green 223 ◦ blue 173

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

Shades of Chinook #A1DFAD

Tints of Chinook #A1DFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.06%

R = 28.9%
G = 40.04%
B = 31.06%

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

#A1DFAD (or 0xA1DFAD) is known color: Chinook. HEX triplet: A1, DF and AD. RGB value is (161,223,173). Sum of RGB (Red+Green+Blue) = 161+223+173=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFAD is #5E2052. Grayscale: #C6C6C6. Windows color (decimal): -6168659 or 11394977. OLE color: 11394977.

HSL color Cylindrical-coordinate representation of color #A1DFAD: hue angle of 131.61º 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 #A1DFAD is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 173 -
CMYK 0.28 0 0.22 0.13
HSL 131.61º 0.49% 0.75% -
HSV(B) 131.61º 0.28% 0.87% -
XYZ 48.63 63.37 49.2 -
YUV 198.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 161 223 173 0.28 0 0.22 0.13 131.61 0.49 0.75
Hex A1 DF AD 1C 0 16 D 84 31 4B
Octal 241 337 255 34 0 26 15 204 61 113
Binary 10100001 11011111 10101101 11100 0 10110 1101 10000100 110001 1001011

Color Harmonies of #A1DFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFAD

Black with #A1DFAD

Text Example


Text Example

White with #A1DFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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