#A8AC35

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

Shades of Brass #A8AC35

Tints of Brass #A8AC35

Color information

#A8AC35 (or 0xA8AC35) is unknown color: approx Brass. HEX triplet: A8, AC and 35. RGB value is (168,172,53). Sum of RGB (Red+Green+Blue) = 168+172+53=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC35 is #5753CA. Grayscale: #9D9D9D. Windows color (decimal): -5723083 or 3517608. OLE color: 3517608.

HSL color Cylindrical-coordinate representation of color #A8AC35: hue angle of 62.02º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8AC35 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB16817253-
CMYK0.0200.690.33
HSL62.02º52.89%44.12%-
HSV(B)62.02º69.19%67.45%-
XYZ31.5438.099.06-
YUV157.2469.17135.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=42.75%
G=43.77%
B=13.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168172530.0200.690.3362.0252.8944.12
HexA8AC352045213e352c
Octal250254652010541766554
Binary10101000101011001101011001000101100001111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC35; }

 p { color: rgb(168,172,53); }

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

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

 a { background-color: rgb(168,172,53); }

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

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

 span { border-color: rgb(168,172,53); }

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