Html Css Color HEX #A5AA4C Brass

📋 copy color: '#A5AA4C'

red 165 ◦ green 170 ◦ blue 76

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

Shades of Brass #A5AA4C

Tints of Brass #A5AA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 40.15%
G = 41.36%
B = 18.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A5AA4C (or 0xA5AA4C) is known color: Brass. HEX triplet: A5, AA and 4C. RGB value is (165,170,76). Sum of RGB (Red+Green+Blue) = 165+170+76=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA4C is #5A55B3. Grayscale: #9E9E9E. Windows color (decimal): -5920180 or 5024421. OLE color: 5024421.

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

Color convert

RGB 165 170 76 -
CMYK 0.03 0 0.55 0.33
HSL 63.19º 0.38% 0.48% -
HSV(B) 63.19º 0.55% 0.67% -
XYZ 31.2 37.27 12.39 -
YUV 157.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 165 170 76 0.03 0 0.55 0.33 63.19 0.38 0.48
Hex A5 AA 4C 3 0 37 21 3F 26 30
Octal 245 252 114 3 0 67 41 77 46 60
Binary 10100101 10101010 1001100 11 0 110111 100001 111111 100110 110000

Color Harmonies of #A5AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA4C

Black with #A5AA4C

Text Example


Text Example

White with #A5AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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