Html Css Color HEX #A5A74A Brass

📋 copy color: '#A5A74A'

red 165 ◦ green 167 ◦ blue 74

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

Shades of Brass #A5A74A

Tints of Brass #A5A74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 40.64%
G = 41.13%
B = 18.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A5A74A (or 0xA5A74A) is known color: Brass. HEX triplet: A5, A7 and 4A. RGB value is (165,167,74). Sum of RGB (Red+Green+Blue) = 165+167+74=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A74A is #5A58B5. Grayscale: #9C9C9C. Windows color (decimal): -5920950 or 4892581. OLE color: 4892581.

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

Color convert

RGB 165 167 74 -
CMYK 0.01 0 0.56 0.35
HSL 61.29º 0.39% 0.47% -
HSV(B) 61.29º 0.56% 0.65% -
XYZ 30.57 36.13 11.84 -
YUV 155.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 165 167 74 0.01 0 0.56 0.35 61.29 0.39 0.47
Hex A5 A7 4A 1 0 38 23 3D 27 2F
Octal 245 247 112 1 0 70 43 75 47 57
Binary 10100101 10100111 1001010 1 0 111000 100011 111101 100111 101111

Color Harmonies of #A5A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A74A

Black with #A5A74A

Text Example


Text Example

White with #A5A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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