#ABA83A

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

Shades of Brass #ABA83A

Tints of Brass #ABA83A

Color information

#ABA83A (or 0xABA83A) is unknown color: approx Brass. HEX triplet: AB, A8 and 3A. RGB value is (171,168,58). Sum of RGB (Red+Green+Blue) = 171+168+58=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA83A is #5457C5. Grayscale: #9C9C9C. Windows color (decimal): -5527494 or 3844267. OLE color: 3844267.

HSL color Cylindrical-coordinate representation of color #ABA83A: hue angle of 58.41º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABA83A is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17116858-
CMYK00.020.660.33
HSL58.41º49.34%44.9%-
HSV(B)58.41º66.08%67.06%-
XYZ31.5636.979.48-
YUV156.3672.49138.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=43.07%
G=42.32%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711685800.020.660.3358.4149.3444.9
HexABA83A0242213a312d
Octal253250720210241726155
Binary10101011101010001110100101000010100001111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA83A; }

 p { color: rgb(171,168,58); }

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

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

 a { background-color: rgb(171,168,58); }

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

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

 span { border-color: rgb(171,168,58); }

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