Html Css Color HEX #A5A038 Brass

📋 copy color: '#A5A038'

red 165 ◦ green 160 ◦ blue 56

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

Shades of Brass #A5A038

Tints of Brass #A5A038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

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

R = 43.31%
G = 41.99%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A5A038 (or 0xA5A038) is known color: Brass. HEX triplet: A5, A0 and 38. RGB value is (165,160,56). Sum of RGB (Red+Green+Blue) = 165+160+56=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A038 is #5A5FC7. Grayscale: #969696. Windows color (decimal): -5922760 or 3711141. OLE color: 3711141.

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

Color convert

RGB 165 160 56 -
CMYK 0 0.03 0.66 0.35
HSL 57.25º 0.49% 0.43% -
HSV(B) 57.25º 0.66% 0.65% -
XYZ 28.8 33.43 8.68 -
YUV 149.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 165 160 56 0 0.03 0.66 0.35 57.25 0.49 0.43
Hex A5 A0 38 0 3 42 23 39 31 2B
Octal 245 240 70 0 3 102 43 71 61 53
Binary 10100101 10100000 111000 0 11 1000010 100011 111001 110001 101011

Color Harmonies of #A5A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A038

Black with #A5A038

Text Example


Text Example

White with #A5A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A038; }

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

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

background-color css

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

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

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

border-color css

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

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

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