Html Css Color HEX #A7AE40 Brass

📋 copy color: '#A7AE40'

red 167 ◦ green 174 ◦ blue 64

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

Shades of Brass #A7AE40

Tints of Brass #A7AE40

RGB

 RED value IS 167 (65.63% from 255) = 41.23%

 GREEN value IS 174 (68.36% from 255) = 42.96%

 BLUE value IS 64 (25.39% from 255) = 15.8%

R = 41.23%
G = 42.96%
B = 15.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#A7AE40 (or 0xA7AE40) is known color: Brass. HEX triplet: A7, AE and 40. RGB value is (167,174,64). Sum of RGB (Red+Green+Blue) = 167+174+64=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE40 is #5851BF. Grayscale: #9F9F9F. Windows color (decimal): -5788096 or 4239015. OLE color: 4239015.

HSL color Cylindrical-coordinate representation of color #A7AE40: hue angle of 63.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7AE40 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 64 -
CMYK 0.04 0 0.63 0.32
HSL 63.82º 0.46% 0.47% -
HSV(B) 63.82º 0.63% 0.68% -
XYZ 32 38.86 10.66 -
YUV 159.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 167 174 64 0.04 0 0.63 0.32 63.82 0.46 0.47
Hex A7 AE 40 4 0 3F 20 40 2E 2F
Octal 247 256 100 4 0 77 40 100 56 57
Binary 10100111 10101110 1000000 100 0 111111 100000 1000000 101110 101111

Color Harmonies of #A7AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE40

Black with #A7AE40

Text Example


Text Example

White with #A7AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE40; }

 p { color: rgb(167,174,64); }

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

background-color css

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

 a { background-color: rgb(167,174,64); }

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

border-color css

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

 span { border-color: rgb(167,174,64); }

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