Html Css Color HEX #A0CDAB Chinook

📋 copy color: '#A0CDAB'

red 160 ◦ green 205 ◦ blue 171

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

Shades of Chinook #A0CDAB

Tints of Chinook #A0CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.25%

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 29.85%
G = 38.25%
B = 31.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A0CDAB (or 0xA0CDAB) is known color: Chinook. HEX triplet: A0, CD and AB. RGB value is (160,205,171). Sum of RGB (Red+Green+Blue) = 160+205+171=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDAB is #5F3254. Grayscale: #BBBBBB. Windows color (decimal): -6238805 or 11259296. OLE color: 11259296.

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

Color convert

RGB 160 205 171 -
CMYK 0.22 0 0.17 0.20
HSL 134.67º 0.31% 0.72% -
HSV(B) 134.67º 0.22% 0.8% -
XYZ 43.68 54.08 46.66 -
YUV 187.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 160 205 171 0.22 0 0.17 0.20 134.67 0.31 0.72
Hex A0 CD AB 16 0 11 14 87 1F 48
Octal 240 315 253 26 0 21 24 207 37 110
Binary 10100000 11001101 10101011 10110 0 10001 10100 10000111 11111 1001000

Color Harmonies of #A0CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDAB

Black with #A0CDAB

Text Example


Text Example

White with #A0CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDAB; }

 p { color: rgb(160,205,171); }

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

background-color css

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

 a { background-color: rgb(160,205,171); }

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

border-color css

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

 span { border-color: rgb(160,205,171); }

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