Html Css Color HEX #A5A73A Brass

📋 copy color: '#A5A73A'

red 165 ◦ green 167 ◦ blue 58

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

Shades of Brass #A5A73A

Tints of Brass #A5A73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 42.31%
G = 42.82%
B = 14.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5A73A (or 0xA5A73A) is known color: Brass. HEX triplet: A5, A7 and 3A. RGB value is (165,167,58). Sum of RGB (Red+Green+Blue) = 165+167+58=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A73A is #5A58C5. Grayscale: #9A9A9A. Windows color (decimal): -5920966 or 3844005. OLE color: 3844005.

HSL color Cylindrical-coordinate representation of color #A5A73A: hue angle of 61.1º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5A73A is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 58 -
CMYK 0.01 0 0.65 0.35
HSL 61.1º 0.48% 0.44% -
HSV(B) 61.1º 0.65% 0.65% -
XYZ 30.1 35.94 9.35 -
YUV 153.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 165 167 58 0.01 0 0.65 0.35 61.1 0.48 0.44
Hex A5 A7 3A 1 0 41 23 3D 30 2C
Octal 245 247 72 1 0 101 43 75 60 54
Binary 10100101 10100111 111010 1 0 1000001 100011 111101 110000 101100

Color Harmonies of #A5A73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A73A

Black with #A5A73A

Text Example


Text Example

White with #A5A73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A73A; }

 p { color: rgb(165,167,58); }

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

background-color css

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

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

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

border-color css

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

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

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