#A8B135

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

Shades of Brass #A8B135

Tints of Brass #A8B135

Color information

#A8B135 (or 0xA8B135) is unknown color: approx Brass. HEX triplet: A8, B1 and 35. RGB value is (168,177,53). Sum of RGB (Red+Green+Blue) = 168+177+53=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B135 is #574ECA. Grayscale: #A0A0A0. Windows color (decimal): -5721803 or 3518888. OLE color: 3518888.

HSL color Cylindrical-coordinate representation of color #A8B135: hue angle of 64.35º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8B135 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB16817753-
CMYK0.0500.700.31
HSL64.35º53.91%45.1%-
HSV(B)64.35º70.06%69.41%-
XYZ32.5140.039.38-
YUV160.1767.52133.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=42.21%
G=44.47%
B=13.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177530.0500.700.3164.3553.9145.1
HexA8B13550461F40362d
Octal2502616550106371006655
Binary101010001011000111010110101000110111111000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B135; }

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

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

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

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

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

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

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

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