Html Css Color HEX #A0CCAA Chinook

📋 copy color: '#A0CCAA'

red 160 ◦ green 204 ◦ blue 170

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

Shades of Chinook #A0CCAA

Tints of Chinook #A0CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 29.96%
G = 38.2%
B = 31.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#A0CCAA (or 0xA0CCAA) is known color: Chinook. HEX triplet: A0, CC and AA. RGB value is (160,204,170). Sum of RGB (Red+Green+Blue) = 160+204+170=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCAA is #5F3355. Grayscale: #BBBBBB. Windows color (decimal): -6239062 or 11193504. OLE color: 11193504.

HSL color Cylindrical-coordinate representation of color #A0CCAA: hue angle of 133.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCAA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 170 -
CMYK 0.22 0 0.17 0.2
HSL 133.64º 0.3% 0.71% -
HSV(B) 133.64º 0.22% 0.8% -
XYZ 43.35 53.56 46.08 -
YUV 186.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 160 204 170 0.22 0 0.17 0.2 133.64 0.3 0.71
Hex A0 CC AA 16 0 11 14 86 1E 47
Octal 240 314 252 26 0 21 24 206 36 107
Binary 10100000 11001100 10101010 10110 0 10001 10100 10000110 11110 1000111

Color Harmonies of #A0CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCAA

Black with #A0CCAA

Text Example


Text Example

White with #A0CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCAA; }

 p { color: rgb(160,204,170); }

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

background-color css

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

 a { background-color: rgb(160,204,170); }

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

border-color css

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

 span { border-color: rgb(160,204,170); }

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