#A5AF36

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

Shades of Brass #A5AF36

Tints of Brass #A5AF36

Color information

#A5AF36 (or 0xA5AF36) is unknown color: approx Brass. HEX triplet: A5, AF and 36. RGB value is (165,175,54). Sum of RGB (Red+Green+Blue) = 165+175+54=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF36 is #5A50C9. Grayscale: #9E9E9E. Windows color (decimal): -5918922 or 3583909. OLE color: 3583909.

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

Color convert

RGB16517554-
CMYK0.0600.690.31
HSL64.96º52.84%44.9%-
HSV(B)64.96º69.14%68.63%-
XYZ31.5138.939.34-
YUV158.2269.19132.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 54 (21.48% from 255) = 13.71%
R=41.88%
G=44.42%
B=13.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165175540.0600.690.3164.9652.8444.9
HexA5AF3660451F41352d
Octal2452576660105371016555
Binary101001011010111111011011001000101111111000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF36; }

 p { color: rgb(165,175,54); }

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

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

 a { background-color: rgb(165,175,54); }

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

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

 span { border-color: rgb(165,175,54); }

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