#ABA54B

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

Shades of Brass #ABA54B

Tints of Brass #ABA54B

Color information

#ABA54B (or 0xABA54B) is unknown color: approx Brass. HEX triplet: AB, A5 and 4B. RGB value is (171,165,75). Sum of RGB (Red+Green+Blue) = 171+165+75=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA54B is #545AB4. Grayscale: #9C9C9C. Windows color (decimal): -5528245 or 4957611. OLE color: 4957611.

HSL color Cylindrical-coordinate representation of color #ABA54B: hue angle of 56.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA54B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17116575-
CMYK00.040.560.33
HSL56.25º39.02%48.24%-
HSV(B)56.25º56.14%67.06%-
XYZ31.5236.0811.96-
YUV156.5381.99138.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=41.61%
G=40.15%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711657500.040.560.3356.2539.0248.24
HexABA54B043821382730
Octal253245113047041704760
Binary101010111010010110010110100111000100001111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA54B; }

 p { color: rgb(171,165,75); }

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

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

 a { background-color: rgb(171,165,75); }

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

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

 span { border-color: rgb(171,165,75); }

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