Html Css Color HEX #A0C9AD Chinook

📋 copy color: '#A0C9AD'

red 160 ◦ green 201 ◦ blue 173

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

Shades of Chinook #A0C9AD

Tints of Chinook #A0C9AD

RGB

 RED value IS 160 (62.89% from 255) = 29.96%

 GREEN value IS 201 (78.91% from 255) = 37.64%

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

R = 29.96%
G = 37.64%
B = 32.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#A0C9AD (or 0xA0C9AD) is known color: Chinook. HEX triplet: A0, C9 and AD. RGB value is (160,201,173). Sum of RGB (Red+Green+Blue) = 160+201+173=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C9AD is #5F3652. Grayscale: #B9B9B9. Windows color (decimal): -6239827 or 11389344. OLE color: 11389344.

HSL color Cylindrical-coordinate representation of color #A0C9AD: hue angle of 139.02º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C9AD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 173 -
CMYK 0.20 0 0.14 0.21
HSL 139.02º 0.28% 0.71% -
HSV(B) 139.02º 0.2% 0.79% -
XYZ 42.93 52.26 47.36 -
YUV 185.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 160 201 173 0.20 0 0.14 0.21 139.02 0.28 0.71
Hex A0 C9 AD 14 0 E 15 8B 1C 47
Octal 240 311 255 24 0 16 25 213 34 107
Binary 10100000 11001001 10101101 10100 0 1110 10101 10001011 11100 1000111

Color Harmonies of #A0C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C9AD

Black with #A0C9AD

Text Example


Text Example

White with #A0C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C9AD; }

 p { color: rgb(160,201,173); }

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

background-color css

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

 a { background-color: rgb(160,201,173); }

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

border-color css

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

 span { border-color: rgb(160,201,173); }

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