#a5cba8

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

Shades of Chinook #A5CBA8

Tints of Chinook #A5CBA8

Color information

#A5CBA8 (or 0xA5CBA8) is unknown color: approx Chinook. HEX triplet: A5, CB and A8. RGB value is (165,203,168). Sum of RGB (Red+Green+Blue) = 165+203+168=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CBA8 is #5A3457. Grayscale: #BBBBBB. Windows color (decimal): -5911640 or 11062181. OLE color: 11062181.

HSL color Cylindrical-coordinate representation of color #A5CBA8: hue angle of 124.74º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBA8 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB165203168-
CMYK0.1900.170.20
HSL124.74º26.76%72.16%-
HSV(B)124.74º18.72%79.61%-
XYZ43.9453.5445.06-
YUV187.65116.91111.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=30.78%
G=37.87%
B=31.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031680.1900.170.20124.7426.7672.16
HexA5CBA813011147d1b48
Octal245313250230212417533110
Binary10100101110010111010100010011010001101001111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cba8; }

 p { color: rgb(165,203,168); }

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

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

 a { background-color: rgb(165,203,168); }

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

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

 span { border-color: rgb(165,203,168); }

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