Html Css Color HEX #A0D5AF Chinook

📋 copy color: '#A0D5AF'

red 160 ◦ green 213 ◦ blue 175

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

Shades of Chinook #A0D5AF

Tints of Chinook #A0D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.87%

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

R = 29.2%
G = 38.87%
B = 31.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#A0D5AF (or 0xA0D5AF) is known color: Chinook. HEX triplet: A0, D5 and AF. RGB value is (160,213,175). Sum of RGB (Red+Green+Blue) = 160+213+175=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D5AF is #5F2A50. Grayscale: #C0C0C0. Windows color (decimal): -6236753 or 11523488. OLE color: 11523488.

HSL color Cylindrical-coordinate representation of color #A0D5AF: hue angle of 136.98º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5AF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 175 -
CMYK 0.25 0 0.18 0.16
HSL 136.98º 0.39% 0.73% -
HSV(B) 136.98º 0.25% 0.84% -
XYZ 46.03 58.16 49.36 -
YUV 192.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 160 213 175 0.25 0 0.18 0.16 136.98 0.39 0.73
Hex A0 D5 AF 19 0 12 10 89 27 49
Octal 240 325 257 31 0 22 20 211 47 111
Binary 10100000 11010101 10101111 11001 0 10010 10000 10001001 100111 1001001

Color Harmonies of #A0D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D5AF

Black with #A0D5AF

Text Example


Text Example

White with #A0D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D5AF; }

 p { color: rgb(160,213,175); }

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

background-color css

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

 a { background-color: rgb(160,213,175); }

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

border-color css

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

 span { border-color: rgb(160,213,175); }

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