Html Css Color HEX #A59C3E Brass

📋 copy color: '#A59C3E'

red 165 ◦ green 156 ◦ blue 62

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

Shades of Brass #A59C3E

Tints of Brass #A59C3E

RGB

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

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

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

R = 43.08%
G = 40.73%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A59C3E (or 0xA59C3E) is known color: Brass. HEX triplet: A5, 9C and 3E. RGB value is (165,156,62). Sum of RGB (Red+Green+Blue) = 165+156+62=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C3E is #5A63C1. Grayscale: #949494. Windows color (decimal): -5923778 or 4103333. OLE color: 4103333.

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

Color convert

RGB 165 156 62 -
CMYK 0 0.05 0.62 0.35
HSL 54.76º 0.45% 0.45% -
HSV(B) 54.76º 0.62% 0.65% -
XYZ 28.28 32.12 9.27 -
YUV 147.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 165 156 62 0 0.05 0.62 0.35 54.76 0.45 0.45
Hex A5 9C 3E 0 5 3E 23 37 2D 2D
Octal 245 234 76 0 5 76 43 67 55 55
Binary 10100101 10011100 111110 0 101 111110 100011 110111 101101 101101

Color Harmonies of #A59C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C3E

Black with #A59C3E

Text Example


Text Example

White with #A59C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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