Html Css Color HEX #A8AC46 Brass

📋 copy color: '#A8AC46'

red 168 ◦ green 172 ◦ blue 70

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

Shades of Brass #A8AC46

Tints of Brass #A8AC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 40.98%
G = 41.95%
B = 17.07%

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

#A8AC46 (or 0xA8AC46) is known color: Brass. HEX triplet: A8, AC and 46. RGB value is (168,172,70). Sum of RGB (Red+Green+Blue) = 168+172+70=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC46 is #5753B9. Grayscale: #9F9F9F. Windows color (decimal): -5723066 or 4631720. OLE color: 4631720.

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

Color convert

RGB 168 172 70 -
CMYK 0.02 0 0.59 0.33
HSL 62.35º 0.42% 0.47% -
HSV(B) 62.35º 0.59% 0.67% -
XYZ 32.01 38.27 11.49 -
YUV 159.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 168 172 70 0.02 0 0.59 0.33 62.35 0.42 0.47
Hex A8 AC 46 2 0 3B 21 3E 2A 2F
Octal 250 254 106 2 0 73 41 76 52 57
Binary 10101000 10101100 1000110 10 0 111011 100001 111110 101010 101111

Color Harmonies of #A8AC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC46

Black with #A8AC46

Text Example


Text Example

White with #A8AC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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