Html Css Color HEX #A59E3E Brass

📋 copy color: '#A59E3E'

red 165 ◦ green 158 ◦ blue 62

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

Shades of Brass #A59E3E

Tints of Brass #A59E3E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 42.86%
G = 41.04%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A59E3E (or 0xA59E3E) is known color: Brass. HEX triplet: A5, 9E and 3E. RGB value is (165,158,62). Sum of RGB (Red+Green+Blue) = 165+158+62=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E3E is #5A61C1. Grayscale: #959595. Windows color (decimal): -5923266 or 4103845. OLE color: 4103845.

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

Color convert

RGB 165 158 62 -
CMYK 0 0.04 0.62 0.35
HSL 55.92º 0.45% 0.45% -
HSV(B) 55.92º 0.62% 0.65% -
XYZ 28.61 32.8 9.38 -
YUV 149.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 165 158 62 0 0.04 0.62 0.35 55.92 0.45 0.45
Hex A5 9E 3E 0 4 3E 23 38 2D 2D
Octal 245 236 76 0 4 76 43 70 55 55
Binary 10100101 10011110 111110 0 100 111110 100011 111000 101101 101101

Color Harmonies of #A59E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E3E

Black with #A59E3E

Text Example


Text Example

White with #A59E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E3E; }

 p { color: rgb(165,158,62); }

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

background-color css

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

 a { background-color: rgb(165,158,62); }

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

border-color css

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

 span { border-color: rgb(165,158,62); }

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