Html Css Color HEX #A5AA48 Brass

📋 copy color: '#A5AA48'

red 165 ◦ green 170 ◦ blue 72

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

Shades of Brass #A5AA48

Tints of Brass #A5AA48

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 40.54%
G = 41.77%
B = 17.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#A5AA48 (or 0xA5AA48) is known color: Brass. HEX triplet: A5, AA and 48. RGB value is (165,170,72). Sum of RGB (Red+Green+Blue) = 165+170+72=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA48 is #5A55B7. Grayscale: #9D9D9D. Windows color (decimal): -5920184 or 4762277. OLE color: 4762277.

HSL color Cylindrical-coordinate representation of color #A5AA48: hue angle of 63.06º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5AA48 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 72 -
CMYK 0.03 0 0.58 0.33
HSL 63.06º 0.4% 0.47% -
HSV(B) 63.06º 0.58% 0.67% -
XYZ 31.06 37.22 11.68 -
YUV 157.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 165 170 72 0.03 0 0.58 0.33 63.06 0.4 0.47
Hex A5 AA 48 3 0 3A 21 3F 28 2F
Octal 245 252 110 3 0 72 41 77 50 57
Binary 10100101 10101010 1001000 11 0 111010 100001 111111 101000 101111

Color Harmonies of #A5AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA48

Black with #A5AA48

Text Example


Text Example

White with #A5AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA48; }

 p { color: rgb(165,170,72); }

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

background-color css

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

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

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

border-color css

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

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

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