Html Css Color HEX #A59E38 Brass

📋 copy color: '#A59E38'

red 165 ◦ green 158 ◦ blue 56

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

Shades of Brass #A59E38

Tints of Brass #A59E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 43.54%
G = 41.69%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A59E38 (or 0xA59E38) is known color: Brass. HEX triplet: A5, 9E and 38. RGB value is (165,158,56). Sum of RGB (Red+Green+Blue) = 165+158+56=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E38 is #5A61C7. Grayscale: #949494. Windows color (decimal): -5923272 or 3710629. OLE color: 3710629.

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

Color convert

RGB 165 158 56 -
CMYK 0 0.04 0.66 0.35
HSL 56.15º 0.49% 0.43% -
HSV(B) 56.15º 0.66% 0.65% -
XYZ 28.46 32.74 8.56 -
YUV 148.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 165 158 56 0 0.04 0.66 0.35 56.15 0.49 0.43
Hex A5 9E 38 0 4 42 23 38 31 2B
Octal 245 236 70 0 4 102 43 70 61 53
Binary 10100101 10011110 111000 0 100 1000010 100011 111000 110001 101011

Color Harmonies of #A59E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E38

Black with #A59E38

Text Example


Text Example

White with #A59E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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