Html Css Color HEX #A59E48 Brass

📋 copy color: '#A59E48'

red 165 ◦ green 158 ◦ blue 72

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

Shades of Brass #A59E48

Tints of Brass #A59E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 41.77%
G = 40%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59E48 (or 0xA59E48) is known color: Brass. HEX triplet: A5, 9E and 48. RGB value is (165,158,72). Sum of RGB (Red+Green+Blue) = 165+158+72=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E48 is #5A61B7. Grayscale: #969696. Windows color (decimal): -5923256 or 4759205. OLE color: 4759205.

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

Color convert

RGB 165 158 72 -
CMYK 0 0.04 0.56 0.35
HSL 55.48º 0.39% 0.46% -
HSV(B) 55.48º 0.56% 0.65% -
XYZ 28.91 32.92 10.96 -
YUV 150.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 165 158 72 0 0.04 0.56 0.35 55.48 0.39 0.46
Hex A5 9E 48 0 4 38 23 37 27 2E
Octal 245 236 110 0 4 70 43 67 47 56
Binary 10100101 10011110 1001000 0 100 111000 100011 110111 100111 101110

Color Harmonies of #A59E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E48

Black with #A59E48

Text Example


Text Example

White with #A59E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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