Html Css Color HEX #A5A74C Brass

📋 copy color: '#A5A74C'

red 165 ◦ green 167 ◦ blue 76

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

Shades of Brass #A5A74C

Tints of Brass #A5A74C

RGB

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

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

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

R = 40.44%
G = 40.93%
B = 18.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5A74C (or 0xA5A74C) is known color: Brass. HEX triplet: A5, A7 and 4C. RGB value is (165,167,76). Sum of RGB (Red+Green+Blue) = 165+167+76=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A74C is #5A58B3. Grayscale: #9C9C9C. Windows color (decimal): -5920948 or 5023653. OLE color: 5023653.

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

Color convert

RGB 165 167 76 -
CMYK 0.01 0 0.54 0.35
HSL 61.32º 0.37% 0.48% -
HSV(B) 61.32º 0.54% 0.65% -
XYZ 30.64 36.16 12.2 -
YUV 156.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 165 167 76 0.01 0 0.54 0.35 61.32 0.37 0.48
Hex A5 A7 4C 1 0 36 23 3D 25 30
Octal 245 247 114 1 0 66 43 75 45 60
Binary 10100101 10100111 1001100 1 0 110110 100011 111101 100101 110000

Color Harmonies of #A5A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A74C

Black with #A5A74C

Text Example


Text Example

White with #A5A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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