#abaf3e

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

Shades of Brass #ABAF3E

Tints of Brass #ABAF3E

Color information

#ABAF3E (or 0xABAF3E) is unknown color: approx Brass. HEX triplet: AB, AF and 3E. RGB value is (171,175,62). Sum of RGB (Red+Green+Blue) = 171+175+62=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF3E is #5450C1. Grayscale: #A1A1A1. Windows color (decimal): -5525698 or 4108203. OLE color: 4108203.

HSL color Cylindrical-coordinate representation of color #ABAF3E: hue angle of 62.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABAF3E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17117562-
CMYK0.0200.650.31
HSL62.12º47.68%46.47%-
HSV(B)62.12º64.57%68.63%-
XYZ32.9939.6710.47-
YUV160.9272.17135.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 62 (24.61% from 255) = 15.20%
R=41.91%
G=42.89%
B=15.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175620.0200.650.3162.1247.6846.47
HexABAF3E20411F3e302e
Octal253257762010137766056
Binary1010101110101111111110100100000111111111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abaf3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abaf3e; }

 p { color: rgb(171,175,62); }

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

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

 a { background-color: rgb(171,175,62); }

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

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

 span { border-color: rgb(171,175,62); }

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