Html Css Color HEX #A59F39 Brass

📋 copy color: '#A59F39'

red 165 ◦ green 159 ◦ blue 57

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

Shades of Brass #A59F39

Tints of Brass #A59F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 43.31%
G = 41.73%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A59F39 (or 0xA59F39) is known color: Brass. HEX triplet: A5, 9F and 39. RGB value is (165,159,57). Sum of RGB (Red+Green+Blue) = 165+159+57=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F39 is #5A60C6. Grayscale: #959595. Windows color (decimal): -5923015 or 3776421. OLE color: 3776421.

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

Color convert

RGB 165 159 57 -
CMYK 0 0.04 0.65 0.35
HSL 56.67º 0.49% 0.44% -
HSV(B) 56.67º 0.65% 0.65% -
XYZ 28.65 33.09 8.75 -
YUV 149.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 165 159 57 0 0.04 0.65 0.35 56.67 0.49 0.44
Hex A5 9F 39 0 4 41 23 39 31 2C
Octal 245 237 71 0 4 101 43 71 61 54
Binary 10100101 10011111 111001 0 100 1000001 100011 111001 110001 101100

Color Harmonies of #A59F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F39

Black with #A59F39

Text Example


Text Example

White with #A59F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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