Html Css Color HEX #A5A64E Brass

📋 copy color: '#A5A64E'

red 165 ◦ green 166 ◦ blue 78

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

Shades of Brass #A5A64E

Tints of Brass #A5A64E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 78 (30.86% from 255) = 19.07%

R = 40.34%
G = 40.59%
B = 19.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5A64E (or 0xA5A64E) is known color: Brass. HEX triplet: A5, A6 and 4E. RGB value is (165,166,78). Sum of RGB (Red+Green+Blue) = 165+166+78=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A64E is #5A59B1. Grayscale: #9C9C9C. Windows color (decimal): -5921202 or 5154469. OLE color: 5154469.

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

Color convert

RGB 165 166 78 -
CMYK 0.01 0 0.53 0.35
HSL 60.68º 0.36% 0.48% -
HSV(B) 60.68º 0.53% 0.65% -
XYZ 30.53 35.82 12.51 -
YUV 155.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 165 166 78 0.01 0 0.53 0.35 60.68 0.36 0.48
Hex A5 A6 4E 1 0 35 23 3D 24 30
Octal 245 246 116 1 0 65 43 75 44 60
Binary 10100101 10100110 1001110 1 0 110101 100011 111101 100100 110000

Color Harmonies of #A5A64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A64E

Black with #A5A64E

Text Example


Text Example

White with #A5A64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A64E; }

 p { color: rgb(165,166,78); }

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

background-color css

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

 a { background-color: rgb(165,166,78); }

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

border-color css

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

 span { border-color: rgb(165,166,78); }

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