#A4CFAD

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

Shades of Chinook #A4CFAD

Tints of Chinook #A4CFAD

Color information

#A4CFAD (or 0xA4CFAD) is unknown color: approx Chinook. HEX triplet: A4, CF and AD. RGB value is (164,207,173). Sum of RGB (Red+Green+Blue) = 164+207+173=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAD is #5B3052. Grayscale: #BEBEBE. Windows color (decimal): -5976147 or 11390884. OLE color: 11390884.

HSL color Cylindrical-coordinate representation of color #A4CFAD: hue angle of 132.56º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFAD is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB164207173-
CMYK0.2100.160.19
HSL132.56º30.94%72.75%-
HSV(B)132.56º20.77%81.18%-
XYZ45.1755.5447.87-
YUV190.27118.25109.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=30.15%
G=38.05%
B=31.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071730.2100.160.19132.5630.9472.75
HexA4CFAD1501013851f49
Octal244317255250202320537111
Binary101001001100111110101101101010100001001110000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFAD; }

 p { color: rgb(164,207,173); }

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

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

 a { background-color: rgb(164,207,173); }

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

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

 span { border-color: rgb(164,207,173); }

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