Html Css Color HEX #A8AC47 Brass

📋 copy color: '#A8AC47'

red 168 ◦ green 172 ◦ blue 71

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

Shades of Brass #A8AC47

Tints of Brass #A8AC47

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 71 (28.13% from 255) = 17.27%

R = 40.88%
G = 41.85%
B = 17.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#A8AC47 (or 0xA8AC47) is known color: Brass. HEX triplet: A8, AC and 47. RGB value is (168,172,71). Sum of RGB (Red+Green+Blue) = 168+172+71=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC47 is #5753B8. Grayscale: #9F9F9F. Windows color (decimal): -5723065 or 4697256. OLE color: 4697256.

HSL color Cylindrical-coordinate representation of color #A8AC47: hue angle of 62.38º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8AC47 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 71 -
CMYK 0.02 0 0.59 0.33
HSL 62.38º 0.42% 0.48% -
HSV(B) 62.38º 0.59% 0.67% -
XYZ 32.04 38.28 11.66 -
YUV 159.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 168 172 71 0.02 0 0.59 0.33 62.38 0.42 0.48
Hex A8 AC 47 2 0 3B 21 3E 2A 30
Octal 250 254 107 2 0 73 41 76 52 60
Binary 10101000 10101100 1000111 10 0 111011 100001 111110 101010 110000

Color Harmonies of #A8AC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC47

Black with #A8AC47

Text Example


Text Example

White with #A8AC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC47; }

 p { color: rgb(168,172,71); }

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

background-color css

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

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

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

border-color css

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

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

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