#ACA19F

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

Shades of Nobel #ACA19F

Tints of Nobel #ACA19F

Color information

#ACA19F (or 0xACA19F) is unknown color: approx Nobel. HEX triplet: AC, A1 and 9F. RGB value is (172,161,159). Sum of RGB (Red+Green+Blue) = 172+161+159=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA19F is #535E60. Grayscale: #A4A4A4. Windows color (decimal): -5463649 or 10461612. OLE color: 10461612.

HSL color Cylindrical-coordinate representation of color #ACA19F: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACA19F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172161159-
CMYK00.060.080.33
HSL9.23º7.26%64.9%-
HSV(B)9.23º7.56%67.45%-
XYZ36.0236.7638-
YUV164.06125.14133.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=34.96%
G=32.72%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115900.060.080.339.237.2664.9
HexACA19F068219741
Octal254241237061041117101
Binary1010110010100001100111110110100010000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA19F; }

 p { color: rgb(172,161,159); }

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

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

 a { background-color: rgb(172,161,159); }

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

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

 span { border-color: rgb(172,161,159); }

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