Html Css Color HEX #A59F37 Brass

📋 copy color: '#A59F37'

red 165 ◦ green 159 ◦ blue 55

#A59F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #A59F37

Tints of Brass #A59F37

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 43.54%
G = 41.95%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A59F37 (or 0xA59F37) is known color: Brass. HEX triplet: A5, 9F and 37. RGB value is (165,159,55). Sum of RGB (Red+Green+Blue) = 165+159+55=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F37 is #5A60C8. Grayscale: #959595. Windows color (decimal): -5923017 or 3645349. OLE color: 3645349.

HSL color Cylindrical-coordinate representation of color #A59F37: hue angle of 56.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A59F37 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 55 -
CMYK 0 0.04 0.67 0.35
HSL 56.73º 0.5% 0.43% -
HSV(B) 56.73º 0.67% 0.65% -
XYZ 28.6 33.07 8.49 -
YUV 148.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 165 159 55 0 0.04 0.67 0.35 56.73 0.5 0.43
Hex A5 9F 37 0 4 43 23 39 32 2B
Octal 245 237 67 0 4 103 43 71 62 53
Binary 10100101 10011111 110111 0 100 1000011 100011 111001 110010 101011

Color Harmonies of #A59F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F37

Black with #A59F37

Text Example


Text Example

White with #A59F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F37; }

 p { color: rgb(165,159,55); }

 H1.HeaderClassName
 {
   color: #A59F37;
 }
 .AnyTagClassName
 {
   color: #A59F37;
 }
</style>

background-color css

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

 a { background-color: rgb(165,159,55); }

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

border-color css

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

 span { border-color: rgb(165,159,55); }

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