Html Css Color HEX #A0AC3D Brass

📋 copy color: '#A0AC3D'

red 160 ◦ green 172 ◦ blue 61

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

Shades of Brass #A0AC3D

Tints of Brass #A0AC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 40.71%
G = 43.77%
B = 15.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#A0AC3D (or 0xA0AC3D) is known color: Brass. HEX triplet: A0, AC and 3D. RGB value is (160,172,61). Sum of RGB (Red+Green+Blue) = 160+172+61=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC3D is #5F53C2. Grayscale: #9C9C9C. Windows color (decimal): -6247363 or 4041888. OLE color: 4041888.

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

Color convert

RGB 160 172 61 -
CMYK 0.07 0 0.65 0.33
HSL 66.49º 0.48% 0.46% -
HSV(B) 66.49º 0.65% 0.67% -
XYZ 30.09 37.32 10.03 -
YUV 155.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 160 172 61 0.07 0 0.65 0.33 66.49 0.48 0.46
Hex A0 AC 3D 7 0 41 21 42 30 2E
Octal 240 254 75 7 0 101 41 102 60 56
Binary 10100000 10101100 111101 111 0 1000001 100001 1000010 110000 101110

Color Harmonies of #A0AC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC3D

Black with #A0AC3D

Text Example


Text Example

White with #A0AC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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