Html Css Color HEX #A5A531 Brass

📋 copy color: '#A5A531'

red 165 ◦ green 165 ◦ blue 49

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

Shades of Brass #A5A531

Tints of Brass #A5A531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 43.54%
G = 43.54%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A5A531 (or 0xA5A531) is known color: Brass. HEX triplet: A5, A5 and 31. RGB value is (165,165,49). Sum of RGB (Red+Green+Blue) = 165+165+49=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A531 is #5A5ACE. Grayscale: #989898. Windows color (decimal): -5921487 or 3253669. OLE color: 3253669.

HSL color Cylindrical-coordinate representation of color #A5A531: hue angle of 60º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5A531 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 165 49 -
CMYK 0 0 0.70 0.35
HSL 60º 0.54% 0.42% -
HSV(B) 60º 0.7% 0.65% -
XYZ 29.53 35.13 8.13 -
YUV 151.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 165 165 49 0 0 0.70 0.35 60 0.54 0.42
Hex A5 A5 31 0 0 46 23 3C 36 2A
Octal 245 245 61 0 0 106 43 74 66 52
Binary 10100101 10100101 110001 0 0 1000110 100011 111100 110110 101010

Color Harmonies of #A5A531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A531

Black with #A5A531

Text Example


Text Example

White with #A5A531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A531; }

 p { color: rgb(165,165,49); }

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

background-color css

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

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

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

border-color css

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

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

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