Html Css Color HEX #A5A13A Brass

📋 copy color: '#A5A13A'

red 165 ◦ green 161 ◦ blue 58

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

Shades of Brass #A5A13A

Tints of Brass #A5A13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

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

R = 42.97%
G = 41.93%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5A13A (or 0xA5A13A) is known color: Brass. HEX triplet: A5, A1 and 3A. RGB value is (165,161,58). Sum of RGB (Red+Green+Blue) = 165+161+58=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A13A is #5A5EC5. Grayscale: #969696. Windows color (decimal): -5922502 or 3842469. OLE color: 3842469.

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

Color convert

RGB 165 161 58 -
CMYK 0 0.02 0.65 0.35
HSL 57.76º 0.48% 0.44% -
HSV(B) 57.76º 0.65% 0.65% -
XYZ 29.03 33.79 9 -
YUV 150.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 165 161 58 0 0.02 0.65 0.35 57.76 0.48 0.44
Hex A5 A1 3A 0 2 41 23 3A 30 2C
Octal 245 241 72 0 2 101 43 72 60 54
Binary 10100101 10100001 111010 0 10 1000001 100011 111010 110000 101100

Color Harmonies of #A5A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A13A

Black with #A5A13A

Text Example


Text Example

White with #A5A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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