Html Css Color HEX #A59B41 Brass

📋 copy color: '#A59B41'

red 165 ◦ green 155 ◦ blue 65

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

Shades of Brass #A59B41

Tints of Brass #A59B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 42.86%
G = 40.26%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A59B41 (or 0xA59B41) is known color: Brass. HEX triplet: A5, 9B and 41. RGB value is (165,155,65). Sum of RGB (Red+Green+Blue) = 165+155+65=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B41 is #5A64BE. Grayscale: #949494. Windows color (decimal): -5924031 or 4299685. OLE color: 4299685.

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

Color convert

RGB 165 155 65 -
CMYK 0 0.06 0.61 0.35
HSL 54º 0.43% 0.45% -
HSV(B) 54º 0.61% 0.65% -
XYZ 28.19 31.82 9.66 -
YUV 147.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 165 155 65 0 0.06 0.61 0.35 54 0.43 0.45
Hex A5 9B 41 0 6 3D 23 36 2B 2D
Octal 245 233 101 0 6 75 43 66 53 55
Binary 10100101 10011011 1000001 0 110 111101 100011 110110 101011 101101

Color Harmonies of #A59B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B41

Black with #A59B41

Text Example


Text Example

White with #A59B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B41; }

 p { color: rgb(165,155,65); }

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

background-color css

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

 a { background-color: rgb(165,155,65); }

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

border-color css

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

 span { border-color: rgb(165,155,65); }

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