Html Css Color HEX #A0AC40 Brass

📋 copy color: '#A0AC40'

red 160 ◦ green 172 ◦ blue 64

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

Shades of Brass #A0AC40

Tints of Brass #A0AC40

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

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

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

R = 40.4%
G = 43.43%
B = 16.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#A0AC40 (or 0xA0AC40) is known color: Brass. HEX triplet: A0, AC and 40. RGB value is (160,172,64). Sum of RGB (Red+Green+Blue) = 160+172+64=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC40 is #5F53BF. Grayscale: #9C9C9C. Windows color (decimal): -6247360 or 4238496. OLE color: 4238496.

HSL color Cylindrical-coordinate representation of color #A0AC40: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0AC40 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 64 -
CMYK 0.07 0 0.63 0.33
HSL 66.67º 0.46% 0.46% -
HSV(B) 66.67º 0.63% 0.67% -
XYZ 30.18 37.35 10.47 -
YUV 156.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 160 172 64 0.07 0 0.63 0.33 66.67 0.46 0.46
Hex A0 AC 40 7 0 3F 21 43 2E 2E
Octal 240 254 100 7 0 77 41 103 56 56
Binary 10100000 10101100 1000000 111 0 111111 100001 1000011 101110 101110

Color Harmonies of #A0AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC40

Black with #A0AC40

Text Example


Text Example

White with #A0AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC40; }

 p { color: rgb(160,172,64); }

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

background-color css

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

 a { background-color: rgb(160,172,64); }

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

border-color css

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

 span { border-color: rgb(160,172,64); }

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