Html Css Color HEX #A59C40 Brass

📋 copy color: '#A59C40'

red 165 ◦ green 156 ◦ blue 64

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

Shades of Brass #A59C40

Tints of Brass #A59C40

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 42.86%
G = 40.52%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A59C40 (or 0xA59C40) is known color: Brass. HEX triplet: A5, 9C and 40. RGB value is (165,156,64). Sum of RGB (Red+Green+Blue) = 165+156+64=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C40 is #5A63BF. Grayscale: #949494. Windows color (decimal): -5923776 or 4234405. OLE color: 4234405.

HSL color Cylindrical-coordinate representation of color #A59C40: hue angle of 54.65º degrees, saturation: 0.44, 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 #A59C40 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 64 -
CMYK 0 0.05 0.61 0.35
HSL 54.65º 0.44% 0.45% -
HSV(B) 54.65º 0.61% 0.65% -
XYZ 28.33 32.15 9.56 -
YUV 148.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 165 156 64 0 0.05 0.61 0.35 54.65 0.44 0.45
Hex A5 9C 40 0 5 3D 23 37 2C 2D
Octal 245 234 100 0 5 75 43 67 54 55
Binary 10100101 10011100 1000000 0 101 111101 100011 110111 101100 101101

Color Harmonies of #A59C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C40

Black with #A59C40

Text Example


Text Example

White with #A59C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C40; }

 p { color: rgb(165,156,64); }

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

background-color css

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

 a { background-color: rgb(165,156,64); }

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

border-color css

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

 span { border-color: rgb(165,156,64); }

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