Html Css Color HEX #A0D7AC Chinook

📋 copy color: '#A0D7AC'

red 160 ◦ green 215 ◦ blue 172

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

Shades of Chinook #A0D7AC

Tints of Chinook #A0D7AC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 29.25%
G = 39.31%
B = 31.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#A0D7AC (or 0xA0D7AC) is known color: Chinook. HEX triplet: A0, D7 and AC. RGB value is (160,215,172). Sum of RGB (Red+Green+Blue) = 160+215+172=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D7AC is #5F2853. Grayscale: #C1C1C1. Windows color (decimal): -6236244 or 11327392. OLE color: 11327392.

HSL color Cylindrical-coordinate representation of color #A0D7AC: hue angle of 133.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7AC is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 172 -
CMYK 0.26 0 0.2 0.16
HSL 133.09º 0.41% 0.74% -
HSV(B) 133.09º 0.26% 0.84% -
XYZ 46.24 59.05 47.99 -
YUV 193.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 160 215 172 0.26 0 0.2 0.16 133.09 0.41 0.74
Hex A0 D7 AC 1A 0 14 10 85 29 4A
Octal 240 327 254 32 0 24 20 205 51 112
Binary 10100000 11010111 10101100 11010 0 10100 10000 10000101 101001 1001010

Color Harmonies of #A0D7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D7AC

Black with #A0D7AC

Text Example


Text Example

White with #A0D7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D7AC; }

 p { color: rgb(160,215,172); }

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

background-color css

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

 a { background-color: rgb(160,215,172); }

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

border-color css

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

 span { border-color: rgb(160,215,172); }

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