#A5B03B

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

Shades of Brass #A5B03B

Tints of Brass #A5B03B

Color information

#A5B03B (or 0xA5B03B) is unknown color: approx Brass. HEX triplet: A5, B0 and 3B. RGB value is (165,176,59). Sum of RGB (Red+Green+Blue) = 165+176+59=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B03B is #5A4FC4. Grayscale: #9F9F9F. Windows color (decimal): -5918661 or 3911845. OLE color: 3911845.

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

Color convert

RGB16517659-
CMYK0.0600.660.31
HSL65.64º49.79%46.08%-
HSV(B)65.64º66.48%69.02%-
XYZ31.8339.3710.06-
YUV159.3771.36132.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 59 (23.44% from 255) = 14.75%
R=41.25%
G=44%
B=14.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176590.0600.660.3165.6449.7946.08
HexA5B03B60421F42322e
Octal2452607360102371026256
Binary101001011011000011101111001000010111111000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B03B; }

 p { color: rgb(165,176,59); }

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

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

 a { background-color: rgb(165,176,59); }

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

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

 span { border-color: rgb(165,176,59); }

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