#ACA25A

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

Shades of Gimblet #ACA25A

Tints of Gimblet #ACA25A

Color information

#ACA25A (or 0xACA25A) is unknown color: approx Gimblet. HEX triplet: AC, A2 and 5A. RGB value is (172,162,90). Sum of RGB (Red+Green+Blue) = 172+162+90=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA25A is #535DA5. Grayscale: #9D9D9D. Windows color (decimal): -5463462 or 5939884. OLE color: 5939884.

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

Color convert

RGB17216290-
CMYK00.060.480.33
HSL52.68º33.06%51.37%-
HSV(B)52.68º47.67%67.45%-
XYZ31.7835.3514.82-
YUV156.7890.31138.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=40.57%
G=38.21%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721629000.060.480.3352.6833.0651.37
HexACA25A063021352133
Octal254242132066041654163
Binary101011001010001010110100110110000100001110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA25A; }

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

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

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

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

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

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

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

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