#ACA269

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

Shades of Gimblet #ACA269

Tints of Gimblet #ACA269

Color information

#ACA269 (or 0xACA269) is unknown color: approx Gimblet. HEX triplet: AC, A2 and 69. RGB value is (172,162,105). Sum of RGB (Red+Green+Blue) = 172+162+105=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA269 is #535D96. Grayscale: #9E9E9E. Windows color (decimal): -5463447 or 6922924. OLE color: 6922924.

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

Color convert

RGB172162105-
CMYK00.060.390.33
HSL51.04º28.76%54.31%-
HSV(B)51.04º38.95%67.45%-
XYZ32.4835.6318.53-
YUV158.4997.81137.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=39.18%
G=36.90%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216210500.060.390.3351.0428.7654.31
HexACA269062721331d36
Octal254242151064741633566
Binary10101100101000101101001011010011110000111001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA269; }

 p { color: rgb(172,162,105); }

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

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

 a { background-color: rgb(172,162,105); }

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

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

 span { border-color: rgb(172,162,105); }

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