#A5B038

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

Shades of Brass #A5B038

Tints of Brass #A5B038

Color information

#A5B038 (or 0xA5B038) is unknown color: approx Brass. HEX triplet: A5, B0 and 38. RGB value is (165,176,56). Sum of RGB (Red+Green+Blue) = 165+176+56=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B038 is #5A4FC7. Grayscale: #9F9F9F. Windows color (decimal): -5918664 or 3715237. OLE color: 3715237.

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

Color convert

RGB16517656-
CMYK0.0600.680.31
HSL65.5º51.72%45.49%-
HSV(B)65.5º68.18%69.02%-
XYZ31.7639.349.66-
YUV159.0369.86132.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=41.56%
G=44.33%
B=14.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176560.0600.680.3165.551.7245.49
HexA5B03860441F42342d
Octal2452607060104371026455
Binary101001011011000011100011001000100111111000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B038; }

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

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

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

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

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

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

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

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