Html Css Color HEX #A59E3C Brass

📋 copy color: '#A59E3C'

red 165 ◦ green 158 ◦ blue 60

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

Shades of Brass #A59E3C

Tints of Brass #A59E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 43.08%
G = 41.25%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A59E3C (or 0xA59E3C) is known color: Brass. HEX triplet: A5, 9E and 3C. RGB value is (165,158,60). Sum of RGB (Red+Green+Blue) = 165+158+60=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E3C is #5A61C3. Grayscale: #959595. Windows color (decimal): -5923268 or 3972773. OLE color: 3972773.

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

Color convert

RGB 165 158 60 -
CMYK 0 0.04 0.64 0.35
HSL 56º 0.47% 0.44% -
HSV(B) 56º 0.64% 0.65% -
XYZ 28.56 32.78 9.1 -
YUV 148.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 165 158 60 0 0.04 0.64 0.35 56 0.47 0.44
Hex A5 9E 3C 0 4 40 23 38 2F 2C
Octal 245 236 74 0 4 100 43 70 57 54
Binary 10100101 10011110 111100 0 100 1000000 100011 111000 101111 101100

Color Harmonies of #A59E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E3C

Black with #A59E3C

Text Example


Text Example

White with #A59E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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