#A7CFAA

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

Shades of Chinook #A7CFAA

Tints of Chinook #A7CFAA

Color information

#A7CFAA (or 0xA7CFAA) is unknown color: approx Chinook. HEX triplet: A7, CF and AA. RGB value is (167,207,170). Sum of RGB (Red+Green+Blue) = 167+207+170=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CFAA is #583055. Grayscale: #BEBEBE. Windows color (decimal): -5779542 or 11194279. OLE color: 11194279.

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

Color convert

RGB167207170-
CMYK0.1900.180.19
HSL124.5º29.41%73.33%-
HSV(B)124.5º19.32%81.18%-
XYZ45.555.7446.39-
YUV190.82116.25111.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=30.70%
G=38.05%
B=31.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071700.1900.180.19124.529.4173.33
HexA7CFAA13012137c1d49
Octal247317252230222317435111
Binary10100111110011111010101010011010010100111111100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFAA; }

 p { color: rgb(167,207,170); }

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

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

 a { background-color: rgb(167,207,170); }

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

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

 span { border-color: rgb(167,207,170); }

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