Html Css Color HEX #A59F3A Brass

📋 copy color: '#A59F3A'

red 165 ◦ green 159 ◦ blue 58

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

Shades of Brass #A59F3A

Tints of Brass #A59F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 43.19%
G = 41.62%
B = 15.18%

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

#A59F3A (or 0xA59F3A) is known color: Brass. HEX triplet: A5, 9F and 3A. RGB value is (165,159,58). Sum of RGB (Red+Green+Blue) = 165+159+58=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F3A is #5A60C5. Grayscale: #959595. Windows color (decimal): -5923014 or 3841957. OLE color: 3841957.

HSL color Cylindrical-coordinate representation of color #A59F3A: hue angle of 56.64º degrees, saturation: 0.48, 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 #A59F3A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 58 -
CMYK 0 0.04 0.65 0.35
HSL 56.64º 0.48% 0.44% -
HSV(B) 56.64º 0.65% 0.65% -
XYZ 28.68 33.1 8.88 -
YUV 149.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 165 159 58 0 0.04 0.65 0.35 56.64 0.48 0.44
Hex A5 9F 3A 0 4 41 23 39 30 2C
Octal 245 237 72 0 4 101 43 71 60 54
Binary 10100101 10011111 111010 0 100 1000001 100011 111001 110000 101100

Color Harmonies of #A59F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F3A

Black with #A59F3A

Text Example


Text Example

White with #A59F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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