Html Css Color HEX #A8A845 Brass

📋 copy color: '#A8A845'

red 168 ◦ green 168 ◦ blue 69

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

Shades of Brass #A8A845

Tints of Brass #A8A845

RGB

 RED value IS 168 (66.02% from 255) = 41.48%

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 41.48%
G = 41.48%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A8A845 (or 0xA8A845) is known color: Brass. HEX triplet: A8, A8 and 45. RGB value is (168,168,69). Sum of RGB (Red+Green+Blue) = 168+168+69=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A845 is #5757BA. Grayscale: #9D9D9D. Windows color (decimal): -5724091 or 4565160. OLE color: 4565160.

HSL color Cylindrical-coordinate representation of color #A8A845: hue angle of 60º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8A845 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 168 69 -
CMYK 0 0 0.59 0.34
HSL 60º 0.42% 0.46% -
HSV(B) 60º 0.59% 0.66% -
XYZ 31.23 36.76 11.08 -
YUV 156.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 168 168 69 0 0 0.59 0.34 60 0.42 0.46
Hex A8 A8 45 0 0 3B 22 3C 2A 2E
Octal 250 250 105 0 0 73 42 74 52 56
Binary 10101000 10101000 1000101 0 0 111011 100010 111100 101010 101110

Color Harmonies of #A8A845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A845

Black with #A8A845

Text Example


Text Example

White with #A8A845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A845; }

 p { color: rgb(168,168,69); }

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

background-color css

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

 a { background-color: rgb(168,168,69); }

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

border-color css

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

 span { border-color: rgb(168,168,69); }

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