#ABA633

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

Shades of Brass #ABA633

Tints of Brass #ABA633

Color information

#ABA633 (or 0xABA633) is unknown color: approx Brass. HEX triplet: AB, A6 and 33. RGB value is (171,166,51). Sum of RGB (Red+Green+Blue) = 171+166+51=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA633 is #5459CC. Grayscale: #9A9A9A. Windows color (decimal): -5528013 or 3385003. OLE color: 3385003.

HSL color Cylindrical-coordinate representation of color #ABA633: hue angle of 57.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 #ABA633 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17116651-
CMYK00.030.700.33
HSL57.5º54.05%43.53%-
HSV(B)57.5º70.18%67.06%-
XYZ31.0336.178.48-
YUV154.3869.66139.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=44.07%
G=42.78%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711665100.030.700.3357.554.0543.53
HexABA6330346213a362c
Octal253246630310641726654
Binary10101011101001101100110111000110100001111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA633; }

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

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

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

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

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

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

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

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