Html Css Color HEX #A0CCA8 Chinook

📋 copy color: '#A0CCA8'

red 160 ◦ green 204 ◦ blue 168

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

Shades of Chinook #A0CCA8

Tints of Chinook #A0CCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 30.08%
G = 38.35%
B = 31.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#A0CCA8 (or 0xA0CCA8) is known color: Chinook. HEX triplet: A0, CC and A8. RGB value is (160,204,168). Sum of RGB (Red+Green+Blue) = 160+204+168=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCA8 is #5F3357. Grayscale: #BABABA. Windows color (decimal): -6239064 or 11062432. OLE color: 11062432.

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

Color convert

RGB 160 204 168 -
CMYK 0.22 0 0.18 0.2
HSL 130.91º 0.3% 0.71% -
HSV(B) 130.91º 0.22% 0.8% -
XYZ 43.16 53.49 45.1 -
YUV 186.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 160 204 168 0.22 0 0.18 0.2 130.91 0.3 0.71
Hex A0 CC A8 16 0 12 14 83 1E 47
Octal 240 314 250 26 0 22 24 203 36 107
Binary 10100000 11001100 10101000 10110 0 10010 10100 10000011 11110 1000111

Color Harmonies of #A0CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCA8

Black with #A0CCA8

Text Example


Text Example

White with #A0CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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