Html Css Color HEX #A5A44D Brass

📋 copy color: '#A5A44D'

red 165 ◦ green 164 ◦ blue 77

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

Shades of Brass #A5A44D

Tints of Brass #A5A44D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 77 (30.47% from 255) = 18.97%

R = 40.64%
G = 40.39%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5A44D (or 0xA5A44D) is known color: Brass. HEX triplet: A5, A4 and 4D. RGB value is (165,164,77). Sum of RGB (Red+Green+Blue) = 165+164+77=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A44D is #5A5BB2. Grayscale: #9A9A9A. Windows color (decimal): -5921715 or 5088421. OLE color: 5088421.

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

Color convert

RGB 165 164 77 -
CMYK 0 0.01 0.53 0.35
HSL 59.32º 0.36% 0.47% -
HSV(B) 59.32º 0.53% 0.65% -
XYZ 30.13 35.09 12.21 -
YUV 154.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 165 164 77 0 0.01 0.53 0.35 59.32 0.36 0.47
Hex A5 A4 4D 0 1 35 23 3B 24 2F
Octal 245 244 115 0 1 65 43 73 44 57
Binary 10100101 10100100 1001101 0 1 110101 100011 111011 100100 101111

Color Harmonies of #A5A44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A44D

Black with #A5A44D

Text Example


Text Example

White with #A5A44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A44D; }

 p { color: rgb(165,164,77); }

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

background-color css

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

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

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

border-color css

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

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

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