#ABAD36

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

Shades of Brass #ABAD36

Tints of Brass #ABAD36

Color information

#ABAD36 (or 0xABAD36) is unknown color: approx Brass. HEX triplet: AB, AD and 36. RGB value is (171,173,54). Sum of RGB (Red+Green+Blue) = 171+173+54=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD36 is #5452C9. Grayscale: #9F9F9F. Windows color (decimal): -5526218 or 3583403. OLE color: 3583403.

HSL color Cylindrical-coordinate representation of color #ABAD36: hue angle of 61.01º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABAD36 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17117354-
CMYK0.0100.690.32
HSL61.01º52.42%44.51%-
HSV(B)61.01º68.79%67.84%-
XYZ32.438.819.27-
YUV158.8468.84136.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 173 (67.97% from 255) = 43.47%
BLUE value IS 54 (21.48% from 255) = 13.57%
R=42.96%
G=43.47%
B=13.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173540.0100.690.3261.0152.4244.51
HexABAD361045203d342d
Octal253255661010540756455
Binary1010101110101101110110101000101100000111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD36; }

 p { color: rgb(171,173,54); }

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

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

 a { background-color: rgb(171,173,54); }

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

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

 span { border-color: rgb(171,173,54); }

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