#A9AF35

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

Shades of Brass #A9AF35

Tints of Brass #A9AF35

Color information

#A9AF35 (or 0xA9AF35) is unknown color: approx Brass. HEX triplet: A9, AF and 35. RGB value is (169,175,53). Sum of RGB (Red+Green+Blue) = 169+175+53=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AF35 is #5650CA. Grayscale: #9F9F9F. Windows color (decimal): -5656779 or 3518377. OLE color: 3518377.

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

Color convert

RGB16917553-
CMYK0.0300.700.31
HSL62.95º53.51%44.71%-
HSV(B)62.95º69.71%68.63%-
XYZ32.3339.359.26-
YUV159.368.01134.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=42.57%
G=44.08%
B=13.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175530.0300.700.3162.9553.5144.71
HexA9AF3530461F3f362d
Octal251257653010637776655
Binary1010100110101111110101110100011011111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF35; }

 p { color: rgb(169,175,53); }

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

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

 a { background-color: rgb(169,175,53); }

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

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

 span { border-color: rgb(169,175,53); }

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