Html Css Color HEX #A0C3A6 Chinook

📋 copy color: '#A0C3A6'

red 160 ◦ green 195 ◦ blue 166

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

Shades of Chinook #A0C3A6

Tints of Chinook #A0C3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 30.71%
G = 37.43%
B = 31.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#A0C3A6 (or 0xA0C3A6) is known color: Chinook. HEX triplet: A0, C3 and A6. RGB value is (160,195,166). Sum of RGB (Red+Green+Blue) = 160+195+166=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C3A6 is #5F3C59. Grayscale: #B5B5B5. Windows color (decimal): -6241370 or 10929056. OLE color: 10929056.

HSL color Cylindrical-coordinate representation of color #A0C3A6: hue angle of 130.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C3A6 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 166 -
CMYK 0.18 0 0.15 0.24
HSL 130.29º 0.23% 0.7% -
HSV(B) 130.29º 0.18% 0.76% -
XYZ 40.9 49.26 43.43 -
YUV 181.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 160 195 166 0.18 0 0.15 0.24 130.29 0.23 0.7
Hex A0 C3 A6 12 0 F 18 82 17 46
Octal 240 303 246 22 0 17 30 202 27 106
Binary 10100000 11000011 10100110 10010 0 1111 11000 10000010 10111 1000110

Color Harmonies of #A0C3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C3A6

Black with #A0C3A6

Text Example


Text Example

White with #A0C3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C3A6; }

 p { color: rgb(160,195,166); }

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

background-color css

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

 a { background-color: rgb(160,195,166); }

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

border-color css

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

 span { border-color: rgb(160,195,166); }

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