#A5D3A7

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

Shades of Chinook #A5D3A7

Tints of Chinook #A5D3A7

Color information

#A5D3A7 (or 0xA5D3A7) is unknown color: approx Chinook. HEX triplet: A5, D3 and A7. RGB value is (165,211,167). Sum of RGB (Red+Green+Blue) = 165+211+167=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D3A7 is #5A2C58. Grayscale: #C0C0C0. Windows color (decimal): -5909593 or 10998693. OLE color: 10998693.

HSL color Cylindrical-coordinate representation of color #A5D3A7: hue angle of 122.61º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3A7 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB165211167-
CMYK0.2200.210.17
HSL122.61º34.33%73.73%-
HSV(B)122.61º21.8%82.75%-
XYZ45.7957.3845.22-
YUV192.23113.76108.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=30.39%
G=38.86%
B=30.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111670.2200.210.17122.6134.3373.73
HexA5D3A716015117b224a
Octal245323247260252117342112
Binary101001011101001110100111101100101011000111110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3A7; }

 p { color: rgb(165,211,167); }

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

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

 a { background-color: rgb(165,211,167); }

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

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

 span { border-color: rgb(165,211,167); }

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