#A0CDA7

Color #A0CDA7 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A0CDA7

Tints of Chinook #A0CDA7

Color information

#A0CDA7 (or 0xA0CDA7) is unknown color: approx Chinook. HEX triplet: A0, CD and A7. RGB value is (160,205,167). Sum of RGB (Red+Green+Blue) = 160+205+167=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA7 is #5F3258. Grayscale: #BBBBBB. Windows color (decimal): -6238809 or 10997152. OLE color: 10997152.

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

Color convert

RGB160205167-
CMYK0.2200.190.20
HSL129.33º31.03%71.57%-
HSV(B)129.33º21.95%80.39%-
XYZ43.353.9344.69-
YUV187.21116.59108.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=30.08%
G=38.53%
B=31.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051670.2200.190.20129.3331.0371.57
HexA0CDA71601314811f48
Octal240315247260232420137110
Binary101000001100110110100111101100100111010010000001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDA7; }

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

 H1.HeaderClassName
 {
   color: #A0CDA7;
 }
 .AnyTagClassName
 {
   color: #A0CDA7;
 }
</style>
background-color css

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

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

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

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

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

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