Html Css Color HEX #A5A74E Brass

📋 copy color: '#A5A74E'

red 165 ◦ green 167 ◦ blue 78

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

Shades of Brass #A5A74E

Tints of Brass #A5A74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 40.24%
G = 40.73%
B = 19.02%

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

#A5A74E (or 0xA5A74E) is known color: Brass. HEX triplet: A5, A7 and 4E. RGB value is (165,167,78). Sum of RGB (Red+Green+Blue) = 165+167+78=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A74E is #5A58B1. Grayscale: #9C9C9C. Windows color (decimal): -5920946 or 5154725. OLE color: 5154725.

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

Color convert

RGB 165 167 78 -
CMYK 0.01 0 0.53 0.35
HSL 61.35º 0.36% 0.48% -
HSV(B) 61.35º 0.53% 0.65% -
XYZ 30.71 36.19 12.57 -
YUV 156.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 165 167 78 0.01 0 0.53 0.35 61.35 0.36 0.48
Hex A5 A7 4E 1 0 35 23 3D 24 30
Octal 245 247 116 1 0 65 43 75 44 60
Binary 10100101 10100111 1001110 1 0 110101 100011 111101 100100 110000

Color Harmonies of #A5A74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A74E

Black with #A5A74E

Text Example


Text Example

White with #A5A74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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