Html Css Color HEX #A59C42 Brass

📋 copy color: '#A59C42'

red 165 ◦ green 156 ◦ blue 66

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

Shades of Brass #A59C42

Tints of Brass #A59C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 42.64%
G = 40.31%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A59C42 (or 0xA59C42) is known color: Brass. HEX triplet: A5, 9C and 42. RGB value is (165,156,66). Sum of RGB (Red+Green+Blue) = 165+156+66=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C42 is #5A63BD. Grayscale: #949494. Windows color (decimal): -5923774 or 4365477. OLE color: 4365477.

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

Color convert

RGB 165 156 66 -
CMYK 0 0.05 0.60 0.35
HSL 54.55º 0.43% 0.45% -
HSV(B) 54.55º 0.6% 0.65% -
XYZ 28.39 32.17 9.87 -
YUV 148.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 165 156 66 0 0.05 0.60 0.35 54.55 0.43 0.45
Hex A5 9C 42 0 5 3C 23 37 2B 2D
Octal 245 234 102 0 5 74 43 67 53 55
Binary 10100101 10011100 1000010 0 101 111100 100011 110111 101011 101101

Color Harmonies of #A59C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C42

Black with #A59C42

Text Example


Text Example

White with #A59C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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