#ACA390

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

Shades of Bison Hide #ACA390

Tints of Bison Hide #ACA390

Color information

#ACA390 (or 0xACA390) is unknown color: approx Bison Hide. HEX triplet: AC, A3 and 90. RGB value is (172,163,144). Sum of RGB (Red+Green+Blue) = 172+163+144=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA390 is #535C6F. Grayscale: #A3A3A3. Windows color (decimal): -5463152 or 9479084. OLE color: 9479084.

HSL color Cylindrical-coordinate representation of color #ACA390: hue angle of 40.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA390 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172163144-
CMYK00.050.160.33
HSL40.71º14.43%61.96%-
HSV(B)40.71º16.28%67.45%-
XYZ35.1436.9831.67-
YUV163.52116.98134.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=35.91%
G=34.03%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216314400.050.160.3340.7114.4361.96
HexACA39005102129e3e
Octal254243220052041511676
Binary1010110010100011100100000101100001000011010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA390; }

 p { color: rgb(172,163,144); }

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

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

 a { background-color: rgb(172,163,144); }

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

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

 span { border-color: rgb(172,163,144); }

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