#ABAC33

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

Shades of Brass #ABAC33

Tints of Brass #ABAC33

Color information

#ABAC33 (or 0xABAC33) is unknown color: approx Brass. HEX triplet: AB, AC and 33. RGB value is (171,172,51). Sum of RGB (Red+Green+Blue) = 171+172+51=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC33 is #5453CC. Grayscale: #9E9E9E. Windows color (decimal): -5526477 or 3386539. OLE color: 3386539.

HSL color Cylindrical-coordinate representation of color #ABAC33: hue angle of 60.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABAC33 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17117251-
CMYK0.0100.700.33
HSL60.5º54.26%43.73%-
HSV(B)60.5º70.35%67.45%-
XYZ32.1438.48.85-
YUV157.9167.67137.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=43.40%
G=43.65%
B=12.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172510.0100.700.3360.554.2643.73
HexABAC331046213c362c
Octal253254631010641746654
Binary1010101110101100110011101000110100001111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC33; }

 p { color: rgb(171,172,51); }

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

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

 a { background-color: rgb(171,172,51); }

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

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

 span { border-color: rgb(171,172,51); }

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