Html Css Color HEX #A0CCAB Chinook

📋 copy color: '#A0CCAB'

red 160 ◦ green 204 ◦ blue 171

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

Shades of Chinook #A0CCAB

Tints of Chinook #A0CCAB

RGB

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

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

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

R = 29.91%
G = 38.13%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#A0CCAB (or 0xA0CCAB) is known color: Chinook. HEX triplet: A0, CC and AB. RGB value is (160,204,171). Sum of RGB (Red+Green+Blue) = 160+204+171=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCAB is #5F3354. Grayscale: #BBBBBB. Windows color (decimal): -6239061 or 11259040. OLE color: 11259040.

HSL color Cylindrical-coordinate representation of color #A0CCAB: hue angle of 135º 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 #A0CCAB is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 171 -
CMYK 0.22 0 0.16 0.2
HSL 135º 0.3% 0.71% -
HSV(B) 135º 0.22% 0.8% -
XYZ 43.44 53.6 46.58 -
YUV 187.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 160 204 171 0.22 0 0.16 0.2 135 0.3 0.71
Hex A0 CC AB 16 0 10 14 87 1E 47
Octal 240 314 253 26 0 20 24 207 36 107
Binary 10100000 11001100 10101011 10110 0 10000 10100 10000111 11110 1000111

Color Harmonies of #A0CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCAB

Black with #A0CCAB

Text Example


Text Example

White with #A0CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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