Html Css Color HEX #A6AC3C Brass

📋 copy color: '#A6AC3C'

red 166 ◦ green 172 ◦ blue 60

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

Shades of Brass #A6AC3C

Tints of Brass #A6AC3C

RGB

 RED value IS 166 (65.23% from 255) = 41.71%

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

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 41.71%
G = 43.22%
B = 15.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#A6AC3C (or 0xA6AC3C) is known color: Brass. HEX triplet: A6, AC and 3C. RGB value is (166,172,60). Sum of RGB (Red+Green+Blue) = 166+172+60=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AC3C is #5953C3. Grayscale: #9D9D9D. Windows color (decimal): -5854148 or 3976358. OLE color: 3976358.

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

Color convert

RGB 166 172 60 -
CMYK 0.03 0 0.65 0.33
HSL 63.21º 0.48% 0.45% -
HSV(B) 63.21º 0.65% 0.67% -
XYZ 31.29 37.94 9.95 -
YUV 157.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 166 172 60 0.03 0 0.65 0.33 63.21 0.48 0.45
Hex A6 AC 3C 3 0 41 21 3F 30 2D
Octal 246 254 74 3 0 101 41 77 60 55
Binary 10100110 10101100 111100 11 0 1000001 100001 111111 110000 101101

Color Harmonies of #A6AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC3C

Black with #A6AC3C

Text Example


Text Example

White with #A6AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC3C; }

 p { color: rgb(166,172,60); }

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

background-color css

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

 a { background-color: rgb(166,172,60); }

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

border-color css

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

 span { border-color: rgb(166,172,60); }

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