#A4AF38

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

Shades of Brass #A4AF38

Tints of Brass #A4AF38

Color information

#A4AF38 (or 0xA4AF38) is unknown color: approx Brass. HEX triplet: A4, AF and 38. RGB value is (164,175,56). Sum of RGB (Red+Green+Blue) = 164+175+56=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AF38 is #5B50C7. Grayscale: #9E9E9E. Windows color (decimal): -5984456 or 3714980. OLE color: 3714980.

HSL color Cylindrical-coordinate representation of color #A4AF38: hue angle of 65.55º 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 #A4AF38 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB16417556-
CMYK0.0600.680.31
HSL65.55º51.52%45.29%-
HSV(B)65.55º68%68.63%-
XYZ31.3538.849.59-
YUV158.1470.36132.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 56 (22.27% from 255) = 14.18%
R=41.52%
G=44.30%
B=14.18%

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
Decimal164175560.0600.680.3165.5551.5245.29
HexA4AF3860441F42342d
Octal2442577060104371026455
Binary101001001010111111100011001000100111111000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF38; }

 p { color: rgb(164,175,56); }

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

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

 a { background-color: rgb(164,175,56); }

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

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

 span { border-color: rgb(164,175,56); }

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